isInstalled static method

Future<bool> isInstalled()

判断是否安装云闪付App

Implementation

static Future<bool> isInstalled() async {
  return await _channel.invokeMethod('installed');
}