getAlbumPhotos method Null safety
- {required int albumId}
Returns list with all photo models of a given album.
Implementation
Future<List<PhotoModel>> getAlbumPhotos({required int albumId});
Returns list with all photo models of a given album.
Future<List<PhotoModel>> getAlbumPhotos({required int albumId});