play method

Future<void> play()

Sets the player state to "play"

Implementation

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