runCommand method

Future<Map<String, dynamic>> runCommand(
  1. Map<String, Object>? command
)

Runs a command

Implementation

Future<Map<String, dynamic>> runCommand(Map<String, Object>? command) =>
    CommandOperation(this, <String, Object>{}, command: command).execute();