testCmd method

void testCmd(
  1. dynamic data
)

For testing purposes only

Implementation

void testCmd(data) {
  _sendPort.send(comm.testCmd(data));
}