stopAllDevices method

Future<void> stopAllDevices()

Implementation

Future<void> stopAllDevices() async {
  await _sendMessageExpectOk(StopAllDevices());
}