公告板
版本库
filestore
活动
搜索
登录
main
/
codegenerator
代码自动化平台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
service服务bug修复
admin
2022-03-31
02f1c9fd2c594323f772f8e8f0f2187a285c1749
[codegenerator.git]
/
src
/
main
/
resources
/
code
/
flutter_module
/
lib
/
utils
/
event_bus_util.dart
1
2
3
4
5
6
7
8
9
import 'package:event_bus/event_bus.dart';
EventBus eventBus = EventBus();
class LoginEventBus {
final bool isLogin;
LoginEventBus(this.isLogin);
}