sendCommandAsync method

  1. @override
void sendCommandAsync(
  1. String command
)
override

Implementation

@override
void sendCommandAsync(String command) =>
    _invokeVoidStr('SendCommandAsync', command);