getAllAlbums method Null safety

Future<List<AlbumModel>> getAllAlbums()

Returns list with all available album models.

Implementation

Future<List<AlbumModel>> getAllAlbums();