allowTogglingDebugPanel

abstract suspend fun allowTogglingDebugPanel(isAllowed: Boolean)

Whether the debug panel is allowed be toggled through toggleDebugPanel.

Even when toggling is allowed, it's not certain that the debug panel can be toggled. Other factors may impact that. canToggleDebugPanel indicates whether the debug panel can actually be toggled.