@override Future<bool> isOptedOut() async { final bool? result = await methodChannel.invokeMethod<bool>('isOptedOut'); return result ?? false; }