executeCommand method

  1. @override
void executeCommand(
  1. String command,
  2. List<String> args
)
override

execute command interface, use only in web

Implementation

@override
void executeCommand(String command, List<String> args) {
  api?.executeCommand(command, args);
}