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