setDefaultSessionOptions abstract method

Future<void> setDefaultSessionOptions()

Sets the default session options for devices in a specific category (iOS only).

This method is only available on iOS platforms and works with GCKSessionOptions. Use this to configure default session behavior for specific device categories.

Implementation note: For native iOS, this maps to:

  • sessionOptions: nullable GCKSessionOptions
  • forDeviceCategory: (NSString *) category

Implementation

Future<void> setDefaultSessionOptions(
    // nullable GCKSessionOptions *\tsessionOptions
    // forDeviceCategory: \t\t(NSString *)  \tcategory
    );