import 'package:event_bus/event_bus.dart';

class EventUtil{
  static EventBus instance = new EventBus();
}