pause method

Future<void> pause()

Pause the video

Implementation

Future<void> pause() => _nativeApi.pause();