RequestAuthCodeScreen constructor
const
RequestAuthCodeScreen(
- AuthEnvironment authEnvironment,
- String appColor,
- String appName,
- String appPackageName, {
- Key? key,
Implementation
const RequestAuthCodeScreen(
this.authEnvironment, this.appColor, this.appName, this.appPackageName,
{super.key});