pause method

Future<void> pause()

Implementation

Future<void> pause() async {
  await _channel!.invokeMethod(Methods.pause);
}