f method

void f(
  1. String? tag,
  2. String message
)

fatal log

Implementation

void f(String? tag, String message) {
  _log(5, tag, message);
}