doLog function

void doLog(
  1. dynamic data
)

Implementation

void doLog(dynamic data) {
  debugPrint(data);
}