getAllAlbums method Null safety

Future<Result<List<Album>>> getAllAlbums()

Returns result with all available photo albums.

Implementation

Future<Result<List<Album>>> getAllAlbums();