inDebugMode property
bool
get
inDebugMode
Determines if running in an IDE or in production.
Implementation
static bool get inDebugMode => _appState?.inDebugMode ?? false;
Determines if running in an IDE or in production.
static bool get inDebugMode => _appState?.inDebugMode ?? false;