next_photo
features
PhotoDataSource
getAllPhotos abstract method
getAllPhotos
getAllPhotos
method
Null safety
Future
<
List
<
PhotoModel
>
>
getAllPhotos
(
)
Returns list with all available photo models.
Implementation
Future<List<PhotoModel>> getAllPhotos();
next_photo
features
PhotoDataSource
getAllPhotos abstract method
PhotoDataSource class
Constructors
PhotoDataSource
Properties
hashCode
runtimeType
Methods
getAlbumPhotos
getAllPhotos
getPhoto
noSuchMethod
toString
Operators
operator ==