sendcommand method

Future<bool> sendcommand(
  1. String command
)

Implementation

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