clearFileCache method

Future<void> clearFileCache()

Implementation

Future<void> clearFileCache() async {
  if (PlatformUtils.isOhos) {
    return;
  }
  return _channel.invokeMethod(PMConstants.mClearFileCache);
}