PhoneVerificationButton constructor
const
PhoneVerificationButton({
- Key? key,
- required String label,
- AuthAction? action,
- FirebaseAuth? auth,
Implementation
const PhoneVerificationButton({
Key? key,
required this.label,
this.action,
this.auth,
}) : super(key: key);