addEvents(Map<Type, NyEvent> events) async { if (this.router == null) { _events = {}; } _events.addAll(events); }