notifyPause method
Notifies of a new Pause event.
Implementation
Future<void> notifyPause() {
return _methodChannel.invokeMethod<void>('notifyPause', buildArguments());
}
Notifies of a new Pause event.
Future<void> notifyPause() {
return _methodChannel.invokeMethod<void>('notifyPause', buildArguments());
}