info method

void info(
  1. String text
)

Implementation

void info(final String text) {
  printWrapped(text);
}