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