基础库
 
 
 
 
 

5 lines
107 B

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