pause method

Future<bool> pause()

Implementation

Future<bool> pause() async {
  return await _methodChannel.invokeMethod('pause');
}