mirror of
https://github.com/RxReader/tencent_kit.git
synced 2025-05-17 15:26:37 +08:00
analysis
This commit is contained in:
@ -28,7 +28,7 @@ class Home extends StatefulWidget {
|
||||
class _HomeState extends State<Home> {
|
||||
static const String _TENCENT_APPID = 'your tencent appId';
|
||||
|
||||
Tencent _tencent = Tencent()..registerApp(appId: _TENCENT_APPID);
|
||||
final Tencent _tencent = Tencent()..registerApp(appId: _TENCENT_APPID);
|
||||
|
||||
StreamSubscription<TencentLoginResp> _login;
|
||||
StreamSubscription<TencentShareResp> _share;
|
||||
|
Reference in New Issue
Block a user