info method

void info(
  1. Object object
)

Call on info messages

Implementation

void info(Object object) {
  callProxy.info(object);
}