playOrPause method

Future<void> playOrPause()

Implementation

Future<void> playOrPause() async {
  await player.playOrPause();
  return;
}