error static method

void error(
  1. String message
)

Implementation

static void error(String message) => log(BLLogLevel.error, message);