playOrPause method

FutureOr<void> playOrPause()

Implementation

FutureOr<void> playOrPause() {
  throw UnimplementedError(
    '[PlatformPlayer.playOrPause] is not implemented.',
  );
}