debug static method

void debug(
  1. bool enableDebug
)

Implementation

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