Answers for "how do i check the video is initialized or not in flutter"

1

how do i check the video is initialized or not in flutter

if(_videoPlayerController.value.isInitialized){
//initialized
}else{
//not initialized
}
Posted by: Guest on April-21-2022

Code answers related to "how do i check the video is initialized or not in flutter"

Browse Popular Code Answers by Language