ente/lib/core/event_bus.dart
2022-11-01 11:43:06 +05:30

6 lines
105 B
Dart

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