error function

void error(
  1. String msg
)

Implementation

void error(String msg) {
  print('[PngHelper] Error: $msg');
}