menu
messenger
store/pagination/drift.dart
DriftPageProvider
<
T
,
C
,
K
>
onCursor property
onCursor
dark_mode
light_mode
onCursor
property
C? Function
(
T?
)
onCursor
final
Callback, called when a cursor of the provided
T
is required.
Implementation
final C? Function(T?) onCursor;
messenger
drift
DriftPageProvider
<
T
,
C
,
K
>
onCursor property
DriftPageProvider class