getAlbumPhotos method Null safety

Future<Result<List<Photo>>> getAlbumPhotos(
  1. AlbumId albumId
)

Returns result with all available photos in an album.

Implementation

Future<Result<List<Photo>>> getAlbumPhotos(AlbumId albumId);