mirror of
https://github.com/ente-io/ente.git
synced 2025-05-31 22:55:44 +00:00
6 lines
105 B
Dart
6 lines
105 B
Dart
import 'package:event_bus/event_bus.dart';
|
|
|
|
class Bus {
|
|
static final EventBus instance = EventBus();
|
|
}
|