searchForTrackFromResult abstract method

Stream<LazyResult> searchForTrackFromResult(
  1. LazyResult result, [
  2. int itemCount = 5
])

Searches for tracks from a LazyResult. Usually more accurate than searchForTrack.

Implementation

Stream<LazyResult> searchForTrackFromResult(LazyResult result, [int itemCount = 5]);