authenticationPages property
Implementation
RxMap<AuthPage, Widget> authenticationPages =
{
AuthPage.login: const LoginPage(),
AuthPage.signUp: const SignUpPage(),
AuthPage.forgotPassword: const ForgotPasswordPage(),
AuthPage.termsAndPolicy:
const TermsAndDataPolicyPage(),
}.obs;