sendUint8Command method

Future<void> sendUint8Command(
  1. Uint8List command
)

Implementation

Future<void> sendUint8Command(Uint8List command) {
  throw UnimplementedError('sendUint8Command() has not been implemented.');
}