isWebDebugAvailable top-level property

bool get isWebDebugAvailable

Stub implementation for non-web platforms. Debug object storage is only available on web. Whether web debug is available on this platform.

Implementation

/// Whether web debug is available on this platform.
bool get isWebDebugAvailable => false;