isDebugAvailable property
bool
get
isDebugAvailable
Whether debug object storage is available.
Only works on web platform where objects are stored in window.hiveDebug.
Implementation
static bool get isDebugAvailable => web_debug.isWebDebugAvailable;