localHostname property
final
The local hostname for the system.
For example: "mycomputer.corp.example.com" "mycomputer"
Uses the platform
gethostname
implementation.
Implementation
static final localHostname = _Platform.localHostname;
The local hostname for the system.
For example: "mycomputer.corp.example.com" "mycomputer"
Uses the platform
gethostname
implementation.
static final localHostname = _Platform.localHostname;