menu
fw_flutter_sdk
fw_flutter_sdk
FWEventBus
fire method
fire
brightness_4
fire
method
Null safety
void
fire
(
FWEvent
event
)
Fires an event.
Implementation
void fire(FWEvent event) { _streamController.add(event); }
fw_flutter_sdk
fw_flutter_sdk
FWEventBus
fire method
FWEventBus class
Constructors
getInstance
Properties
hashCode
runtimeType
Methods
fire
noSuchMethod
on
toString
Operators
operator ==