darwin_eventbus library

Synchronous and asynchronous eventbus implementations used by the drawin framework.

Constants

subscribe → const Subscribe

Typedefs

AsyncEventConsumer<T> = FutureOr<void> Function(T)
SyncEventConsumer<T> = dynamic Function(T)