log abstract method

void log(
  1. String message, {
  2. bool save = true,
  3. String? title,
})

Implementation

void log(String message, {bool save = true, String? title});