LoggerHandler constructor

LoggerHandler(
  1. dynamic logFunction(
    1. String
    )?
)

Implementation

LoggerHandler(this.logFunction);