plotlineDebugLog static method
Implementation
static void plotlineDebugLog(String message) {
if (shouldEnableDebug) {
print("Plotline: $message");
}
}
static void plotlineDebugLog(String message) {
if (shouldEnableDebug) {
print("Plotline: $message");
}
}