errors property

Map<String, Function> errors

Implementation

Map<String, Function> get errors => {
      'code-expired': theSMSCodeHasExpried,
      'invalid-verification-code': theSMSOTPInValid,
      'missing-verification-code': theSMSOTPMissing,
      'nvalid-phone-number': invalidPhone,
    };