Files
2022-06-27 09:51:30 +08:00

13 lines
425 B
Dart
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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();