@override Future<int?> send(String data) { return methodChannel.invokeMethod<int>('send', <String, dynamic>{ 'data': data, }); }