play method

Future<void> play()

Starts playing the Player.

Implementation

Future<void> play() async {
  return platform?.play();
}