error method

void error(
  1. dynamic error
)

Implementation

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