NoOpSignInState
Inert SignInState returned while a composable is rendered in inspection mode (an IDE @Preview). Previews never run application startup, so the provider a real state needs has not been created; returning this instead of resolving it keeps previews from crashing. launch does nothing.
Properties
Link copied to clipboard
True while a sign-in flow started by launch is still running.