playOrPause method

Future<void> playOrPause()

Implementation

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