stopAllDevices method

Future<void> stopAllDevices()

Implementation

Future<void> stopAllDevices() async {
  // StopCmd with no arguments stops everything
  await _communicator!.sendMessageExpectOk(StopCmd());
}