togglePause method

Future<void> togglePause()

Implementation

Future<void> togglePause() {
  return cycleProperty('pause');
}