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