next_photo
features
PhotoRepository
getPhoto abstract method
getPhoto
getPhoto
method
Null safety
Future
<
Result
<
Photo
>
>
getPhoto
(
PhotoId
photoId
)
Returns result with a single photo.
Implementation
Future<Result<Photo>> getPhoto(PhotoId photoId);
next_photo
features
PhotoRepository
getPhoto abstract method
PhotoRepository class
Constructors
PhotoRepository
Properties
hashCode
runtimeType
Methods
getAlbumPhotos
getAllPhotos
getPhoto
noSuchMethod
setPhotoLike
toString
Operators
operator ==