TamsFlowCommonOutputSettings.onFlowRegistered property

Called once the store has accepted the flow.

Distinct from onCreate, and worth waiting for even when you supplied the ids yourself: knowing an id is not knowing the flow exists, and anything that references it — a collection flow linking this push to its companion, say — is rejected by stores that validate those references if it is written first.

Signature:

onFlowRegistered?: (registration: TamsFlowRegistration) => void;