bufferRange property

ValueNotifier<BufferRange> bufferRange
final

The current buffer status of the player. It is only reported for network media.

Implementation

final bufferRange = ValueNotifier(BufferRange.empty);