logInfo method

void logInfo(
  1. Object? arg
)

Implementation

void logInfo(Object? arg) {
  Log.info('[$className] $arg');
}