setDefaultSessionOptions method
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
@override
Future<void> setDefaultSessionOptions() {
// TODO: implement setDefaultSessionOptions
throw UnimplementedError();
}