CognitoSignUpStep typedef

  1. @Deprecated(''' Use AuthSignUpStep instead. These steps are generic and not specific to Cognito. ''')
CognitoSignUpStep = AuthSignUpStep

The current step in the sign up flow.

Implementation

@Deprecated('''
Use AuthSignUpStep instead. These steps are generic and not specific to Cognito.
''')
typedef CognitoSignUpStep = AuthSignUpStep;