ente/lib/core/event_bus.dart

6 lines
105 B
Dart
Raw Normal View History

2022-11-01 06:13:06 +00:00
import 'package:event_bus/event_bus.dart';
class Bus {
static final EventBus instance = EventBus();
}