mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-07-03 23:00:26 +08:00
6 lines
95 B
Dart
6 lines
95 B
Dart
import 'package:event_bus/event_bus.dart';
|
|
|
|
class ApplicationEvent{
|
|
static EventBus event;
|
|
}
|