bind static method
Implementation
static Future<WebSocketWireServer> bind(Object address, int port) async =>
WebSocketWireServer._(await HttpServer.bind(address, port));
static Future<WebSocketWireServer> bind(Object address, int port) async =>
WebSocketWireServer._(await HttpServer.bind(address, port));