menu
extensions_pack package
documentation
types/type_def.dart
SaveFn<T> typedef
SaveFn<T> typedef
dark_mode
light_mode
SaveFn<
T
>
typedef
SaveFn
<
T
> =
Future
<
bool
>
Function
(
T
)
Implementation
typedef SaveFn<T> = Future<bool> Function(T);
extensions_pack package
documentation
types/type_def
SaveFn<T> typedef
type_def library