testMode property

bool get testMode

Retrieves the current test mode status.

Implementation

bool get testMode => _getxController.testMode;
set testMode (bool isTest)

Sets the test mode for the application.

Implementation

set testMode(bool isTest) => rootController.testMode = isTest;