cognitoEnabled property

  1. @override
bool cognitoEnabled
override

Indicates if cognito is enabled or not.

Implementation

@override
bool get cognitoEnabled =>
    getOr('AWS_COGNITO_ENABLED', fallback: 'true') == 'true';