serverBind property

Future<HttpServer> get serverBind

Implementation

Future<HttpServer> get serverBind => HttpServer.bind(_address, port);