pause method

Future<void> pause()

Implementation

Future<void> pause() {
  return _channel.invokeMethod('inApp.pause');
}