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