PlutoInfinityScrollRowsFetch typedef

PlutoInfinityScrollRowsFetch = Future<PlutoInfinityScrollRowsResponse> Function(PlutoInfinityScrollRowsRequest)

A callback function to implement when the scroll reaches the end.

Implementation

typedef PlutoInfinityScrollRowsFetch = Future<PlutoInfinityScrollRowsResponse>
    Function(PlutoInfinityScrollRowsRequest);