clearApplets method

Future clearApplets()

clear applets cache 清除缓存的小程序

Implementation

Future clearApplets() async {
  return await _channel.invokeMethod("clearApplets");
}