sendUint8TextCommand method

Future<void> sendUint8TextCommand(
  1. String command
)

Implementation

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