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