AppEntryPagesListChanged typedef

AppEntryPagesListChanged = dynamic Function(List<AppEntryPagesModel> values)

Implementation

typedef AppEntryPagesListChanged = Function(List<AppEntryPagesModel> values);