RequestAuthCodeScreen constructor

const RequestAuthCodeScreen(
  1. AuthEnvironment authEnvironment,
  2. String appColor,
  3. String appName,
  4. String appPackageName, {
  5. Key? key,
})

Implementation

const RequestAuthCodeScreen(
    this.authEnvironment, this.appColor, this.appName, this.appPackageName,
    {super.key});