printVerbose static method

dynamic printVerbose(
  1. String message
)

Implementation

static printVerbose(String message) {
    debugPrint('\x1B[35m$message\x1B[0m');
}