searchForTrackFromResult abstract method

Future<List<Result>> searchForTrackFromResult(
  1. Result result, [
  2. int itemCount = 5
])

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

Implementation

Future<List<Result>> searchForTrackFromResult(Result result, [int itemCount = 5]);