Abstract base class for all search engines.
- Implementers
Properties
Methods
-
constructSearchQuery(
LazyResult result) → Future< String> - Constructs a search query from any LazyResult for ideal response from this Source.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
searchForTrack(
String query, [int itemCount = 5]) → Stream< LazyResult> - Searches for tracks.
-
searchForTrackFromResult(
LazyResult result, [int itemCount = 5]) → Stream< LazyResult> - Searches for tracks from a LazyResult. Usually more accurate than searchForTrack.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited