OnPaginationNotifier<T extends Object> typedef
A callback function used for notifying when new data is loaded in pagination.
Implementation
typedef OnPaginationNotifier<T extends Object> = void Function(List<T> value);