@override Future send(String data) async { return methodChannel.invokeMethod('send', { 'data': data, }); }