isLooping property

bool get isLooping

Returns whether the video player is looping.

Implementation

bool get isLooping {
  // if (isInitialized) {
  //   return _videoPlayerController.value.isLooping;
  // }
  return false;
}