clearCache method

Future<void> clearCache()

Implementation

Future<void> clearCache() {
  return _handleSingleResponseCommand(
      (sendPort) => ClearCacheCommand(sendPort));
}