startSendingClockTimes method

Future startSendingClockTimes()

Implementation

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