isTestMode property
Flag to indicate if the app is running in test mode. When true, certain operations like timezone configuration are skipped, and in-memory cache is used instead of file-based cache.
Implementation
static bool isTestMode = false;
Flag to indicate if the app is running in test mode. When true, certain operations like timezone configuration are skipped, and in-memory cache is used instead of file-based cache.
static bool isTestMode = false;