SendVerificationCodeProps constructor

SendVerificationCodeProps({
  1. required String phoneNumber,
  2. required bool notifications,
})

Implementation

SendVerificationCodeProps({
  required this.phoneNumber,
  required this.notifications,
});