pause static method

Future pause()

Implementation

static Future pause()async {
  await _channel.invokeMethod('pause');
}