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