closeAllApplets method

Future closeAllApplets()

close all running applets 关闭当前打开的所有小程序

Implementation

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