SimpleMediaQueryPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • SimpleMediaQueryPlatform
Implementers

Constructors

SimpleMediaQueryPlatform()
Constructs a SimpleMediaQueryPlatform.

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

clearCachedArtworks() Future<void>
getDeviceInfo() Future<Map<String, dynamic>>
getPlatformVersion() Future<String?>
hasPermission() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryAlbums({QueryOptions? options}) Future<List<Map<String, dynamic>>>
queryArtists({QueryOptions? options}) Future<List<Map<String, dynamic>>>
queryArtwork(int id, ArtworkType type, {ArtworkSize size = ArtworkSize.medium}) Future<ArtworkModel>
queryAudios({AudioQueryOptions? options}) Future<List<AudioModel>>
queryAudiosFromAlbum(int albumId, {AudioQueryOptions? options}) Future<List<AudioModel>>
queryAudiosFromArtist(int artistId, {AudioQueryOptions? options}) Future<List<AudioModel>>
queryAudiosFromGenre(int genreId, {AudioQueryOptions? options}) Future<List<AudioModel>>
queryAudiosFromPath(String path, {AudioQueryOptions? options}) Future<List<AudioModel>>
queryDocuments({QueryOptions? options}) Future<List<DocumentModel>>
queryDocumentsFromPath(String path, {QueryOptions? options}) Future<List<DocumentModel>>
queryFolders({QueryOptions? options}) Future<List<FolderModel>>
queryFoldersFromPath(String path, {QueryOptions? options}) Future<List<FolderModel>>
queryGenres({QueryOptions? options}) Future<List<Map<String, dynamic>>>
queryVideos({VideoQueryOptions? options}) Future<List<VideoModel>>
queryVideosFromPath(String path, {VideoQueryOptions? options}) Future<List<VideoModel>>
requestPermission() Future<bool>
scanMedia(String path) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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