localHostname property

  1. @override
String localHostname
override

Get the local hostname for the system.

Implementation

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