localHostname property Null safety

String localHostname
override

Get the local hostname for the system.

Implementation

@override
String get localHostname => io.Platform.localHostname;