bufferRange property
The current buffer status of the player. It is only reported for network media.
Implementation
final bufferRange = ValueNotifier(BufferRange.empty);
The current buffer status of the player. It is only reported for network media.
final bufferRange = ValueNotifier(BufferRange.empty);