darwin_eventbus library
Synchronous and asynchronous eventbus implementations used by the drawin framework.
Classes
Enums
Typedefs
-
AsyncEventConsumer<
T> = FutureOr< void> Function(T) -
SyncEventConsumer<
T> = dynamic Function(T)
Synchronous and asynchronous eventbus implementations used by the drawin framework.