PhoneAuthMobile constructor
const
PhoneAuthMobile({
- Key? key,
- required String title,
- required dynamic successCallback(),
- required TextEditingController phoneNumberController,
- required dynamic onSend(),
Implementation
const PhoneAuthMobile({
super.key,
required this.title,
required this.successCallback,
required this.phoneNumberController,
required this.onSend,
});