callStart method
Invokes org.freedesktop.Avahi.ServiceResolver.Start()
Implementation
Future<void> callStart(
{bool noAutoStart = false,
bool allowInteractiveAuthorization = false}) async {
await callMethod('org.freedesktop.Avahi.ServiceResolver', 'Start', [],
replySignature: DBusSignature(''),
noAutoStart: noAutoStart,
allowInteractiveAuthorization: allowInteractiveAuthorization,
noReplyExpected: true);
}