menu
fml package
documentation
system.dart
System
onCommit method
onCommit method
dark_mode
light_mode
onCommit
method
Future
<
bool
>
onCommit
(
)
Implementation
Future<bool> onCommit() async { if (commit != null) return await commit!(); return true; }
fml package
documentation
system
System
onCommit method
System class