@override Future<void> optOut(bool optOut) async { await methodChannel.invokeMethod('optOut', optOut); }