setShouldDisablePlotline static method
Implementation
static void setShouldDisablePlotline(bool shouldDisablePlotline) {
try {
plotlineChannel
.invokeMethod('setShouldDisablePlotline', <String, dynamic>{'shouldDisablePlotline': shouldDisablePlotline});
} catch(e) {
debugPrint("Error in setShouldDisablePlotline: $e");
}
}