dBridge static method

void dBridge(
  1. String msg
)

Implementation

static void dBridge(String msg) {
  if (kDebugLogBridgeEnable && _kDebugEnable) {
    printLog("Bridge", LogLevel.debug, msg);
  }
}