Cycles between play & pause states of the Player.
Future<void> playOrPause() async { return platform?.playOrPause(); }