fromHandler<T> static method
Creates a new event from a handler type with the NextInvocation.response.
Implementation
static dynamic fromHandler<T>(Type type, Map<String, dynamic> json) =>
_registry[type]!(json);
Creates a new event from a handler type with the NextInvocation.response.
static dynamic fromHandler<T>(Type type, Map<String, dynamic> json) =>
_registry[type]!(json);