execute property
Function to fetch data, receives parameter of RemoterParam which is data returned from getNextPageParam or getPreviousPageParam
Implementation
final FutureOr<T> Function(RemoterParam? param) execute;
Function to fetch data, receives parameter of RemoterParam which is data returned from getNextPageParam or getPreviousPageParam
final FutureOr<T> Function(RemoterParam? param) execute;