mirror of
https://github.com/RxReader/tencent_kit.git
synced 2025-05-22 17:55:59 +08:00
fix
This commit is contained in:
@ -58,6 +58,11 @@ class MethodChannelTencentKit extends TencentKitPlatform {
|
||||
);
|
||||
}
|
||||
|
||||
@override
|
||||
Stream<BaseResp> respStream() {
|
||||
return _respStreamController.stream;
|
||||
}
|
||||
|
||||
@override
|
||||
Future<bool> isQQInstalled() async {
|
||||
return await methodChannel.invokeMethod<bool>('isQQInstalled') ?? false;
|
||||
@ -68,11 +73,6 @@ class MethodChannelTencentKit extends TencentKitPlatform {
|
||||
return await methodChannel.invokeMethod<bool>('isTIMInstalled') ?? false;
|
||||
}
|
||||
|
||||
@override
|
||||
Stream<BaseResp> respStream() {
|
||||
return _respStreamController.stream;
|
||||
}
|
||||
|
||||
@override
|
||||
Future<void> login({
|
||||
required List<String> scope,
|
||||
|
Reference in New Issue
Block a user