menu
flutter_local_prefs package
documentation
flutter_local_prefs_platform_interface.dart
FlutterLocalPrefsPlatform
removeAll method
removeAll method
dark_mode
light_mode
removeAll
method
Future
removeAll
(
{
bool
isPersistent
=
false
,
})
Implementation
Future removeAll({bool isPersistent = false}) async { throw ("Unimplemented method"); }
flutter_local_prefs package
documentation
flutter_local_prefs_platform_interface
FlutterLocalPrefsPlatform
removeAll method
FlutterLocalPrefsPlatform class