printWarning function

void printWarning(
  1. String error
)

Implementation

void printWarning(String error) {
  print('[WARNING]: $error');
}