getAllPhotos method Null safety

Future<List<PhotoModel>> getAllPhotos()

Returns list with all available photo models.

Implementation

Future<List<PhotoModel>> getAllPhotos();