callReset method
Invokes org.freedesktop.Avahi.EntryGroup.Reset()
Implementation
Future<void> callReset(
{bool noAutoStart = false,
bool allowInteractiveAuthorization = false}) async {
await callMethod('org.freedesktop.Avahi.EntryGroup', 'Reset', [],
replySignature: DBusSignature(''),
noAutoStart: noAutoStart,
allowInteractiveAuthorization: allowInteractiveAuthorization);
}