YtFlutterMusicapiPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • YtFlutterMusicapiPlatform
Implementers

Constructors

YtFlutterMusicapiPlatform()
Constructs a YtFlutterMusicapiPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() Future<Map<String, dynamic>>
fetchLyrics({required String title, required String artist, int? duration}) Future<Map<String, dynamic>>
Fetch lyrics for a song by title and artist
getRelatedSongs({required String songName, required String artistName, int limit = 10, String thumbQuality = 'VERY_HIGH', String audioQuality = 'VERY_HIGH', bool includeAudioUrl = true, bool includeAlbumArt = true}) Future<Map<String, dynamic>>
initialize({String? proxy, String country = 'US'}) Future<Map<String, dynamic>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
searchMusic({required String query, int limit = 10, String thumbQuality = 'VERY_HIGH', String audioQuality = 'VERY_HIGH', bool includeAudioUrl = true, bool includeAlbumArt = true}) Future<Map<String, dynamic>>
streamSearchResults({required String query, int limit = 10, String thumbQuality = 'VERY_HIGH', String audioQuality = 'VERY_HIGH', bool includeAudioUrl = true, bool includeAlbumArt = true}) Stream<Map<String, dynamic>>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance YtFlutterMusicapiPlatform
The default instance of YtFlutterMusicapiPlatform to use.
getter/setter pair