AlbumEntryListChanged typedef

AlbumEntryListChanged = dynamic Function(List<AlbumEntryModel> values)

Implementation

typedef AlbumEntryListChanged = Function(List<AlbumEntryModel> values);