init static method

void init({
  1. bool useSystemPrint = false,
})

Implementation

static void init({
  bool useSystemPrint = false
 }) {
  _isSystemPrint = useSystemPrint;
}