stopSendingClockTimes method

Future stopSendingClockTimes()

Implementation

Future stopSendingClockTimes() {
  // ProPresenter doesn't send a response for these commands
  return act('clockStopSendingCurrentTime', responseAction: '');
}