pause method

Future<void> pause()

Pauses the Player.

Implementation

Future<void> pause() async {
  return platform?.pause();
}