logDebug function

void logDebug(
  1. dynamic msg
)

Implementation

void logDebug(dynamic msg) => debugPrint(msg.toString());