AWSCognitoService constructor
AWSCognitoService({
- AuthCategory? auth,
Factory constructor for AWSCognitoService
Implementation
factory AWSCognitoService({AuthCategory? auth}) {
_instance = _instance ?? AWSCognitoService._(auth: auth);
return _instance!;
}