GetIdentityPoolConfigurationResponse constructor

GetIdentityPoolConfigurationResponse({
  1. CognitoStreams? cognitoStreams,
  2. String? identityPoolId,
  3. PushSync? pushSync,
})

Implementation

GetIdentityPoolConfigurationResponse({
  this.cognitoStreams,
  this.identityPoolId,
  this.pushSync,
});