You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not really realice how to show IP, NsdServiceInfo Class didn't have IP attribute
/// Info class for holding discovered service
class NsdServiceInfo {
final String? hostname;
final int? port;
final String? name;
final Map<String, Uint8List>? txt;
NsdServiceInfo Class only shows: hostname, port, name and txt. Should have resolved IP
The text was updated successfully, but these errors were encountered: