13 lines
425 B
Dart
13 lines
425 B
Dart
import 'dart:async';
|
||
|
||
|
||
/// 创建人: Created by zhaolong
|
||
/// 创建时间:Created by on 2020/12/27.
|
||
///
|
||
/// 可关注公众号:我的大前端生涯 获取最新技术分享
|
||
/// 可关注网易云课堂:https://study.163.com/instructor/1021406098.htm
|
||
/// 可关注博客:https://blog.csdn.net/zl18603543572
|
||
///
|
||
//用于登录的通信
|
||
StreamController<int> loginStreamController = StreamController.broadcast();
|