autoPlay property

  1. @JsonKey(name: 'autoPlay')
bool? autoPlay
final

Whether to enable autoplay once the media file is opened: true : (Default) Enables autoplay. false : Disables autoplay. If autoplay is disabled, you need to call the play method to play a media file after it is opened.

Implementation

@JsonKey(name: 'autoPlay')
final bool? autoPlay;