showMockStudy static method

void showMockStudy()

Implementation

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