canDebugPrint function

dynamic canDebugPrint(
  1. dynamic arg
)

Implementation

canDebugPrint(arg) {
  debugPrint("AppLog: $arg");
}