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