inDebugger property

bool inDebugger

Determines if running in an IDE or in production.

Implementation

static bool get inDebugger => _appState?.inDebugger ?? false;