onRegistered property
Called with the hub's NodeRegistered ack once registration succeeds — the counterpart of registerPayload (e.g. to persist a signed certificate). Runs on every (re)registration.
Implementation
final Future<void> Function(NodeRegistered ack)? onRegistered;