apiError static method

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

Implementation

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