removeAllUsedApplets method

Future removeAllUsedApplets()

清除所有小程序缓存

Implementation

Future removeAllUsedApplets() async {
  Map<String, Object> params = {};
  return await _channel.invokeMethod("removeAllUsedApplets", params);
}