CognitoOptions constructor

CognitoOptions({
  1. bool? enabled,
  2. String? identityPoolId,
  3. String? roleArn,
  4. String? userPoolId,
})

Implementation

CognitoOptions({
  this.enabled,
  this.identityPoolId,
  this.roleArn,
  this.userPoolId,
});