withEventBus method

Future<void> withEventBus(
  1. EventBus bus
)

Implementation

Future<void> withEventBus(EventBus bus) async {
  eventBus = bus;
}