skipInDebug property
final
When true, execute returns early without running the platform check.
Defaults to kDebugMode so production behaviour is unchanged. Pass
false in tests to exercise the real check path without modifying the
production default.
Implementation
final bool skipInDebug;