检查QQ是否已安装
@override Future<bool> isQQInstalled() async { return await methodChannel.invokeMethod<bool>('isQQInstalled') ?? false; }