menu
khadem package
documentation
http.dart
ServerCluster
ServerCluster.new constructor
ServerCluster.new constructor
dark_mode
light_mode
ServerCluster
constructor
ServerCluster
(
{
int
port
=
8080
,
int
instances
=
0
,
FutureOr
<
void
>
globalBootstrap
()?,
void
onInit
(
Server
server
)?,
})
Implementation
ServerCluster({ this.port = 8080, this.instances = 0, this.globalBootstrap, this.onInit, });
khadem package
documentation
http
ServerCluster
ServerCluster.new constructor
ServerCluster class