enabled property

bool enabled
final

Whether authentication is enabled

When set to false, Guardo will be completely disabled and will show the child widget directly without any authentication checks. This is useful for debugging, testing, or different build configurations.

Defaults to true.

Implementation

final bool enabled;