bind static method
Implementation
static Future<HttpServer> bind(
dynamic address,
int port, {
int backlog = 0,
bool v6Only = false,
bool shared = false,
}) async {
throw UnsupportedError('HttpServer unavailable on web');
}
static Future<HttpServer> bind(
dynamic address,
int port, {
int backlog = 0,
bool v6Only = false,
bool shared = false,
}) async {
throw UnsupportedError('HttpServer unavailable on web');
}