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