@override Future<void> dispatch(final Event event) async { _state = await notifier.notify(state, event); }