notifyPause method

Future<void> notifyPause()

Notifies of a new Pause event.

Implementation

Future<void> notifyPause() {
  return _methodChannel.invokeMethod<void>('notifyPause', buildArguments());
}