FATAL function

void FATAL(
  1. Object? m
)

Implementation

void FATAL(Object? m)  => Log.instance.fatal(m);