clearFileCache method

void clearFileCache()

Implementation

void clearFileCache() async {
  await _channel.invokeMethod('clearCache');
}