pause method

Future<void> pause ()

Implementation

static Future<void> pause() async {
  await nativeChannel.invokeMethod("pause");
}