logInfo static method

void logInfo(
  1. String message
)

Implementation

static void logInfo(String message) => print('Info: $message');