ente/mobile/lib/core/event_bus.dart

6 lines
105 B
Dart
Raw Normal View History

2020-04-30 15:09:41 +00:00
import 'package:event_bus/event_bus.dart';
class Bus {
static final EventBus instance = EventBus();
}