debugMode static method

bool? debugMode()

Check if debug mode is enabled

Implementation

static bool? debugMode() {
  return WPNotifyAPI.instance.shouldDebug;
}