next_photo
features
PhotoDataSource
getPhoto abstract method
getPhoto
getPhoto
method
Null safety
Future
<
PhotoModel
>
getPhoto
(
{
required
int
photoId
}
)
Returns a single photo model.
Implementation
Future<PhotoModel> getPhoto({required int photoId});
next_photo
features
PhotoDataSource
getPhoto abstract method
PhotoDataSource class
Constructors
PhotoDataSource
Properties
hashCode
runtimeType
Methods
getAlbumPhotos
getAllPhotos
getPhoto
noSuchMethod
toString
Operators
operator ==