sendUint8TextCommand method
Implementation
@override
Future<void> sendUint8TextCommand(String command) async {
// TODO: implement sendCommend
return await methodChannel
.invokeMethod('sendUint8TextCommand', {"command": command});
}
@override
Future<void> sendUint8TextCommand(String command) async {
// TODO: implement sendCommend
return await methodChannel
.invokeMethod('sendUint8TextCommand', {"command": command});
}