querySongs method
Future<List<SongModel> >
querySongs({
- SongSortType sortType = SongSortType.title,
- OrderType orderType = OrderType.asc,
- UriType uriType = UriType.external,
- String? path,
Implementation
Future<List<SongModel>> querySongs({
SongSortType sortType = SongSortType.title,
OrderType orderType = OrderType.asc,
UriType uriType = UriType.external,
String? path,
}) {
throw UnimplementedError('querySongs() has not been implemented.');
}