- Hook.bindings
Source
@Hook.bindings
bindings() async {
return container
.bind(HttpServer, to: await _serverFactory(this.host, this.port));
}
@Hook.bindings
bindings() async {
return container
.bind(HttpServer, to: await _serverFactory(this.host, this.port));
}