Identity.deferred constructor

const Identity.deferred()

Authentication is coming on a later screen. Suppresses the "no user identified" warning until Identity.user or Identity.anonymous is provided.

Implementation

const factory Identity.deferred() = IdentityDeferred;