runCommand method

Future<String?> runCommand(
  1. String command
)

Implementation

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