@override Future<void> sendUint8Command(Uint8List command) async { // TODO: implement sendCommandTest return await methodChannel .invokeMethod('sendUint8Command', {"command": command}); }