clearCache method

Future<void> clearCache()

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();