next_photo
features
AlbumRepository
getAllAlbums abstract method
getAllAlbums
getAllAlbums
method
Null safety
Future
<
Result
<
List
<
Album
>
>
>
getAllAlbums
(
)
Returns result with all available photo albums.
Implementation
Future<Result<List<Album>>> getAllAlbums();
next_photo
features
AlbumRepository
getAllAlbums abstract method
AlbumRepository class
Constructors
AlbumRepository
Properties
hashCode
runtimeType
Methods
getAlbum
getAllAlbums
getUserAlbums
noSuchMethod
toString
Operators
operator ==