mirror of
https://github.com/RxReader/tencent_kit.git
synced 2025-06-18 09:17:54 +08:00
混淆测试
This commit is contained in:
@ -39,7 +39,7 @@ class Home extends StatefulWidget {
|
||||
}
|
||||
|
||||
class _HomeState extends State<Home> {
|
||||
Tencent _tencent;
|
||||
Tencent _tencent = Tencent();
|
||||
|
||||
StreamSubscription<TencentLoginResp> _login;
|
||||
StreamSubscription<TencentUserInfoResp> _userInfo;
|
||||
@ -50,7 +50,6 @@ class _HomeState extends State<Home> {
|
||||
@override
|
||||
void initState() {
|
||||
super.initState();
|
||||
_tencent = Tencent();
|
||||
_tencent.registerApp(appId: '222222');
|
||||
_login = _tencent.loginResp().listen(_listenLogin);
|
||||
_userInfo = _tencent.userInfoResp().listen(_listenUserInfo);
|
||||
|
Reference in New Issue
Block a user