send method

void send(
  1. String command
)

Implementation

void send(String command) {
  _platformAidlab.send(SendRequest(command: command));
}