play method

Future<void> play()

Play the most recent queue.

Implementation

Future<void> play() async {
  await playerChannel.invokeMethod('play');
}