pause method
This function allows you to pause the presenter
Implementation
Future<void> pause() {
return _methodChannel.invokeMethod('pause');
}
This function allows you to pause the presenter
Future<void> pause() {
return _methodChannel.invokeMethod('pause');
}