@override Future<void> sendCustomData({String? data}) async { await methodChannel.invokeMethod('sendCustomData', <String, dynamic>{'data': data}); }