clearCache method
Clears this service's state cache. Note that this will not affect the current state of the service.
Implementation
Future<void> clearCache() async => _cache?.clear();
Clears this service's state cache. Note that this will not affect the current state of the service.
Future<void> clearCache() async => _cache?.clear();