isSetupInProgress property

bool get isSetupInProgress

Returns true if another setup call was already in flight on the same instance. Distinct from an invalid configuration — the credentials may be correct; wait for the in-flight setup to finish or retry after a brief delay. Android only; iOS/macOS never produce this code.

Implementation

bool get isSetupInProgress => code == 'SETUP_IN_PROGRESS';