pause method

Future<void> pause()

Implementation

Future<void> pause() {
  return setProperty('pause', true);
}