DefaultLogInterceptor constructor

DefaultLogInterceptor(
  1. void onLog(
    1. Object? data
    ), {
  2. List<LogType> logTypes = const <LogType>[],
})

Implementation

DefaultLogInterceptor(this.onLog, {this.logTypes = const <LogType>[]});