@override Future<void> sendRawData(Uint8List cmd) async { await methodChannel.invokeMethod<void>('sendRawData', <String, dynamic>{ 'cmd': cmd, }); }