printLog method

void printLog(
  1. dynamic e
)

Implementation

void printLog(e) {
  AppConfig.printLog(e);
}