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