AuthSentCodeTypeSetUpEmailRequired constructor

const AuthSentCodeTypeSetUpEmailRequired({
  1. required bool appleSigninAllowed,
  2. required bool googleSigninAllowed,
})

Auth Sent Code Type Set Up Email Required constructor.

Implementation

const AuthSentCodeTypeSetUpEmailRequired({
  required this.appleSigninAllowed,
  required this.googleSigninAllowed,
}) : super._();