localHostname property

  1. @override
String get localHostname
override

Get the local hostname for the system.

Implementation

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