writeCommand method

Future<void> writeCommand(
  1. Uint8List data
)

Implementation

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