log abstract method

void log(
  1. String text, {
  2. ForegroundStyle foregroundStyle,
  3. Color backgroundColor,
})

Implementation

void log(
  String text, {
  ForegroundStyle foregroundStyle,
  Color backgroundColor,
});