logDebug function

void logDebug(
  1. String msg
)

Implementation

void logDebug(String msg) {
  print('[GenClient] $msg');
}