playOrPause method

Future<void> playOrPause()

Either play or pause depending on the play state

Implementation

Future<void> playOrPause() {
  throw UnimplementedError('playOrPause() has not been implemented.');
}