公告板
版本库
filestore
活动
搜索
登录
main
/
makemoney-android
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
功能完善
admin
2022-05-05
355fe96b2a4c7821256d9e8828d2cb9539904878
[makemoney-android.git]
/
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);
}