releaseCache method

Future<void> releaseCache()

Implementation

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