sendCommand method

Future<bool?> sendCommand(
  1. String command
)

Implementation

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