RequestAuthTokenScreen constructor

const RequestAuthTokenScreen(
  1. AuthEnvironment authEnvironment,
  2. String appPackageName,
  3. String appColor,
  4. String appName,
  5. String email,
  6. String message, {
  7. Key? key,
})

Implementation

const RequestAuthTokenScreen(this.authEnvironment, this.appPackageName,
    this.appColor, this.appName, this.email, this.message,
    {super.key});