playImmediately property
Once video resource initialized play immediately (defaults to true)
If it is false, then you need to call play()
method explicitly through onVideoControllerInitialised function.
onVideoControllerInitialised: (videoController) {
videoController.play();
}
Implementation
final bool playImmediately;