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