debugIsWebOverride top-level property
Overrides the value of CurrentPlatform.isWeb.
This is intended to be used in tests.
Set it to null
to use the default value of CurrentPlatform.isWeb.
Set it to WebPlatformOverride.web to configure to run as if we are on web.
Set it to WebPlatformOverride.native to configure to run as if we are NOT on web.
Implementation
@visibleForTesting
WebPlatformOverride? debugIsWebOverride;