log static method

void log(
  1. Object? object
)

Implementation

static void log(Object? object) {
  print('FairLog >>> $object');
}