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