onExtractionProgress property

Stream<double> get onExtractionProgress

A stream to get current progress of waveform extraction.

Implementation

Stream<double> get onExtractionProgress =>
    PlatformStreams.instance.onExtractionProgress.filter(playerKey);