videoLoadedFraction property

Future<double> videoLoadedFraction
inherited

Returns a number between 0 and 1 that specifies the percentage of the video that the player shows as buffered.

Implementation

Future<double> get videoLoadedFraction;