ente/mobile/lib/core/event_bus.dart
2024-03-01 12:25:37 +05:30

6 lines
105 B
Dart

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