LoggingInterceptor constructor

LoggingInterceptor({
  1. required LuckyLogCallback onLog,
})

Creates a LoggingInterceptor with the required onLog callback.

Implementation

LoggingInterceptor({required this.onLog});