getAvahiServiceBrowserPath method

  1. @override
Future<String> getAvahiServiceBrowserPath(
  1. String serviceType
)
override

Creates the Avahi service browser path.

Implementation

@override
Future<String> getAvahiServiceBrowserPath(String serviceType) => _server.callServiceBrowserNew(
      interface: AvahiIfIndexUnspecified,
      protocol: AvahiProtocolUnspecified,
      type: serviceType,
      domain: '',
      flags: 0,
    );