sendCommandToSerial method

Future<bool?> sendCommandToSerial(
  1. Uint8List command
)

Implementation

Future<bool?> sendCommandToSerial(Uint8List command) async {
  throw UnimplementedError('sendCommandToSerial() has not been implemented.');
}