sendUint8TextCommand method

  1. @override
Future<void> sendUint8TextCommand(
  1. String command
)
override

Implementation

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