@override Future<void> setDeviceOptIn(bool? optIn) async { await _channel.invokeMethod('setDeviceOptIn', {'optIn': optIn}); }