isQQInstalled method

Future<bool> isQQInstalled()

检查QQ是否已安装

Implementation

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