pause method

Future<void> pause()

Pause playing.

Implementation

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