play method

Future<void> play()

Begin playback if ready.

Implementation

Future<void> play() async => _invoke('play');