clearAllCache method

Future<bool> clearAllCache()

Implementation

Future<bool> clearAllCache() {
  throw UnimplementedError('clearAllCache() has not been implemented.');
}