screen property
latefinal
Current AuthScreen of this controller.
Implementation
late final Rx<AuthScreen> screen = Rx(
profiles.isEmpty ? AuthScreen.signIn : AuthScreen.accounts,
);
Current AuthScreen of this controller.
late final Rx<AuthScreen> screen = Rx(
profiles.isEmpty ? AuthScreen.signIn : AuthScreen.accounts,
);