mockAuth property

bool get mockAuth

When true, all auth API calls are bypassed and mocked internally. Use this to design and test UI flows without a real backend.

Implementation

bool get mockAuth => _mockAuth ?? false;