sendUint8Command method

  1. @override
Future<void> sendUint8Command(
  1. Uint8List command
)
override

Implementation

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