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