next_photo
features
AlbumDataSource
getAllAlbums abstract method
getAllAlbums
getAllAlbums
method
Null safety
Future
<
List
<
AlbumModel
>
>
getAllAlbums
(
)
Returns list with all available album models.
Implementation
Future<List<AlbumModel>> getAllAlbums();
next_photo
features
AlbumDataSource
getAllAlbums abstract method
AlbumDataSource class
Constructors
AlbumDataSource
Properties
hashCode
runtimeType
Methods
getAlbum
getAllAlbums
getUserAlbums
noSuchMethod
toString
Operators
operator ==