fast_event_bus library

Classes

EventBus
跨页面事件发送 监听--发送

Functions

eventSend(String key, {dynamic data}) → void
发送事件

Typedefs

EventListen = void Function(dynamic message)