apiDebug static method

void apiDebug(
  1. String message, {
  2. String? tag,
})

Implementation

static void apiDebug(String message, {String? tag}) {
  _log('API DEBUG', message, tag: tag);
}