getAlbumPhotos method Null safety

Future<List<PhotoModel>> getAlbumPhotos(
  1. {required int albumId}
)

Returns list with all photo models of a given album.

Implementation

Future<List<PhotoModel>> getAlbumPhotos({required int albumId});