SetIdentityPoolConfigurationResponse constructor
SetIdentityPoolConfigurationResponse({
- CognitoStreams? cognitoStreams,
- String? identityPoolId,
- PushSync? pushSync,
Implementation
SetIdentityPoolConfigurationResponse({
this.cognitoStreams,
this.identityPoolId,
this.pushSync,
});