getAllPhotos method Null safety
@GET("/photos"), override
Returns list with all available photo models.
Implementation
@GET("/photos")
@override
Future<List<PhotoModel>> getAllPhotos();
Returns list with all available photo models.
@GET("/photos")
@override
Future<List<PhotoModel>> getAllPhotos();