cancelCommand method

Future<void> cancelCommand(
  1. String commandId
)

Cancels a running command and releases its resources.

Implementation

Future<void> cancelCommand(String commandId) {
  throw UnimplementedError('cancelCommand() has not been implemented.');
}