sendRawData method

Future<void> sendRawData(
  1. Uint8List cmd
)

Implementation

Future<void> sendRawData(Uint8List cmd) async {
  throw UnimplementedError('sendRawData() has not been implemented.');
}