defaultLog static method

void defaultLog(
  1. Object? object
)

Default log function.

Implementation

static void defaultLog(Object? object) => dev.log(object.toString());