menu
omnyshell package
documentation
omnyshell_hub.dart
OmnyShellHub
port property
port property
dark_mode
light_mode
port
property
int
get
port
The port the hub is listening on (valid after
start
).
Implementation
int get port => _server?.port ?? config.port;
omnyshell package
documentation
omnyshell_hub
OmnyShellHub
port property
OmnyShellHub class