enableLocalDebugger property

bool enableLocalDebugger
getter/setter pair

Enable local debugger This is useful for debugging the application in a local environment. It allows you to inspect and modify the application state in real-time. You can enable it by setting the enableLocalDebugger property to true. the enableLocalDebugger property wills activate a debugger bar on frontend side. This is useful for debugging the application in a local environment. It allows you to inspect and modify the application state in real-time. You can enable it by setting the enableLocalDebugger property to true. Take attention that this will only work in a local environment. dont activate it in production.

Implementation

late bool enableLocalDebugger = false;