isTIMInstalled method

  1. @override
Future<bool> isTIMInstalled()
override

检查QQ是否已安装

Implementation

@override
Future<bool> isTIMInstalled() async {
  return await methodChannel.invokeMethod<bool>('isTIMInstalled') ?? false;
}