debug method

void debug(
  1. dynamic msg
)

Implementation

void debug(msg) {
  print('${_app_name}Error:$msg');
}