fetchAlbums method

void fetchAlbums()

Implementation

void fetchAlbums() {
  albumListController.fetchAlbums(_requestType);
}