warn method

void warn(
  1. dynamic msg
)

Implementation

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