debug static method
Implementation
static void debug(bool enableDebug) {
try {
PlotlineWeb.debug(enableDebug);
} catch (e) {
debugPrint("Error in debug: $e");
}
}
static void debug(bool enableDebug) {
try {
PlotlineWeb.debug(enableDebug);
} catch (e) {
debugPrint("Error in debug: $e");
}
}