ipAddress property
Get the first detected IP address which the host could listen on (if Server) or connect using (if Client)
Implementation
String get ipAddress => _ipAddress;
Get the first detected IP address which the host could listen on (if Server) or connect using (if Client)
String get ipAddress => _ipAddress;