static void register( String method, FutureOr<Object?> Function(Object?) handler, ) { _handlers[method] = handler; }