AlbumModelTrigger typedef

AlbumModelTrigger = dynamic Function(List<AlbumModel?> list)

Implementation

typedef AlbumModelTrigger = Function(List<AlbumModel?> list);