menu
bdaya_shared_value package
documentation
bdaya_shared_value.dart
SharedValue<T>
customSave property
customSave property
dark_mode
light_mode
customSave
property
Future
<
void
>
Function
(
T
val
)
?
customSave
final
customize save function
Implementation
final Future<void> Function(T val)? customSave;
bdaya_shared_value package
documentation
bdaya_shared_value
SharedValue<T>
customSave property
SharedValue class