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