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