ente/lib/core/event_bus.dart
2023-01-07 18:15:15 +05:30

6 lines
105 B
Dart

import 'package:event_bus/event_bus.dart';
class Bus {
static final EventBus instance = EventBus();
}