menu
cf_lite
cf_lite.dart
CFLite
clearAll method
clearAll
dark_mode
light_mode
clearAll
method
Future
<
void
>
clearAll
(
)
Clear All Config Data
Implementation
Future<void> clearAll() async { _data.clear(); _save(); }
cf_lite
cf_lite
CFLite
clearAll method
CFLite class