sendCommand method

Future<void> sendCommand(
  1. String command
)

Implementation

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