LoggerOutput constructor

LoggerOutput(
  1. void logPrint(
    1. String message
    )
)

Implementation

LoggerOutput(this.logPrint);