searchForTrackFromResult abstract method
- LazyResult result, [
- int itemCount = 5
Searches for tracks from a LazyResult. Usually more accurate than searchForTrack.
Implementation
Stream<LazyResult> searchForTrackFromResult(LazyResult result, [int itemCount = 5]);