getAvahiServiceBrowserPath method
Creates the Avahi service browser path.
Implementation
@override
Future<String> getAvahiServiceBrowserPath(String serviceType) => _server.callServiceBrowserNew(
interface: AvahiIfIndexUnspecified,
protocol: AvahiProtocolUnspecified,
type: serviceType,
domain: '',
flags: 0,
);