callCommit method

Future<void> callCommit({
  1. bool noAutoStart = false,
  2. bool allowInteractiveAuthorization = false,
})

Invokes org.freedesktop.Avahi.EntryGroup.Commit()

Implementation

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