CheckAuthenticationPasswordRecoveryCode constructor

CheckAuthenticationPasswordRecoveryCode({
  1. required String recoveryCode,
})

Implementation

CheckAuthenticationPasswordRecoveryCode({required this.recoveryCode});