onIsBufferingStream property

Stream<bool> onIsBufferingStream

The video is buffering The value is true when buffer duration < position duration

Implementation

Stream<bool> get onIsBufferingStream => _isBufferingController.stream;