pause static method

Future<void> pause()

Implementation

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