menu
tplib package
documentation
utils/sputils.dart
SpUtils
clear static method
clear static method
dark_mode
light_mode
clear
static method
Future
<
bool
>
?
clear
(
)
clear.
Implementation
static Future<bool>? clear() { if (_prefs == null) return null; return _prefs?.clear(); }
tplib package
documentation
utils/sputils
SpUtils
clear static method
SpUtils class