executeCommand method

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

execute command interface, use only in web

Implementation

void executeCommand(String command, List<String> args) {
  throw UnimplementedError('executeCommand has not been implemented.');
}