LogPrint typedef

LogPrint = void Function(InterceptStep step, Object object)

Function used to print the log

Implementation

typedef LogPrint = void Function(InterceptStep step, Object object);