isInstalled method

Future<bool> isInstalled()

检测微信是否已安装

Implementation

Future<bool> isInstalled() {
  throw UnimplementedError('isInstalled() has not been implemented.');
}