replaceLoginScreen property
This variable represents the widget that will replace the login screen. The default value is a LoginDummyScreen.
Implementation
Widget replaceLoginScreen = const LoginDummyScreen();
This variable represents the widget that will replace the login screen. The default value is a LoginDummyScreen.
Widget replaceLoginScreen = const LoginDummyScreen();