bufferRange property

ValueNotifier<BufferRange> bufferRange
final

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

Implementation

final bufferRange = ValueNotifier(BufferRange.empty);