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