planStatusFlow

abstract val planStatusFlow: Flow<ExpoFpPlanStatus>

A flow that notifies about the plan loading lifecycle: loading progress, initialization, readiness, and loading failures.

Errors that occur while the plan is operating are delivered via planOperationalErrorFlow and do not change this status.

Note: the flow contains the last emitted status (implementation MUST replay the latest value).