attachEventBus method
void
attachEventBus(
- EventBus bus
Attach an event bus so nested seeders share the same emitter.
Implementation
void attachEventBus(EventBus bus) {
eventBus ??= bus;
}
Attach an event bus so nested seeders share the same emitter.
void attachEventBus(EventBus bus) {
eventBus ??= bus;
}