event_bus.dart 105 B

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