clearNamespace method
Clears all values in SharedPreferences that have keys starting with the namespace.
Implementation
Future<void> clearNamespace() async {
await SharedPreferencesWrapper.removeWhereKeyStartsWith('$namespace.');
}
Clears all values in SharedPreferences that have keys starting with the namespace.
Future<void> clearNamespace() async {
await SharedPreferencesWrapper.removeWhereKeyStartsWith('$namespace.');
}