showMockStudy static method
void
showMockStudy()
Implementation
static void showMockStudy() {
try {
plotlineChannel.invokeMethod('showMockStudy');
} catch (e) {
debugPrint("Error in showMockStudy: $e");
}
}