enableLogs static method
Enables or disables logging output.
Set enable to true to activate debug logs.
Implementation
static void enableLogs(bool enable) {
_enableLogs = enable;
}
Enables or disables logging output.
Set enable to true to activate debug logs.
static void enableLogs(bool enable) {
_enableLogs = enable;
}