pub fn dispatch_unknown_method(
cx: &Context,
registry: &mut ChannelRegistry,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>Expand description
Send an “unknown method” error response.
Used by dispatchers when the method_id doesn’t match any known method.