clear method

  1. @override
void clear()
override

Clears all values synchronously for the configured namespace and scope from storage.

Implementation

@override
void clear() => _storage.removeWhere((key, _) => key.startsWith(_prefix));