getAvahiServiceBrowserPath method
Creates the Avahi service browser path.
Implementation
@override
Future<String> getAvahiServiceBrowserPath(String serviceType) => _server.callServiceBrowserPrepare(
AvahiIfIndexUnspecified,
AvahiProtocolUnspecified,
serviceType,
'',
0,
);