getAllPhotos method Null safety

Future<Result<List<Photo>>> getAllPhotos()

Returns result with all available photos.

Implementation

Future<Result<List<Photo>>> getAllPhotos();