next_photo
features
PhotoRepository
getAllPhotos abstract method
getAllPhotos
getAllPhotos
method
Null safety
Future
<
Result
<
List
<
Photo
>
>
>
getAllPhotos
(
)
Returns result with all available photos.
Implementation
Future<Result<List<Photo>>> getAllPhotos();
next_photo
features
PhotoRepository
getAllPhotos abstract method
PhotoRepository class
Constructors
PhotoRepository
Properties
hashCode
runtimeType
Methods
getAlbumPhotos
getAllPhotos
getPhoto
noSuchMethod
setPhotoLike
toString
Operators
operator ==