e method

void e(
  1. String msg
)

Implementation

void e(String msg){
  if(Network.mode != Environment.production) {
    debugPrint("$_tag Error : $msg");
  }
}