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