MethodChannelYtFlutterMusicapi class

An implementation of YtFlutterMusicapiPlatform that uses method channels.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() Future<Map<String, dynamic>>
override
fetchLyrics({required String title, required String artist, int? duration}) Future<Map<String, dynamic>>
Fetch lyrics for a song by title and artist
override
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>>
override
initialize({String? proxy, String country = 'US'}) Future<Map<String, dynamic>>
override
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>>
override
toString() String
A string representation of this object.
inherited

Operators

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