clearCache method
Clear the cache.
Implementation
Future<void> clearCache() {
throw UnimplementedError('clearCache() has not been implemented.');
}
Clear the cache.
Future<void> clearCache() {
throw UnimplementedError('clearCache() has not been implemented.');
}