LoggingInterceptor constructor
LoggingInterceptor({
- required LuckyLogCallback onLog,
Creates a LoggingInterceptor with the required onLog callback.
Implementation
LoggingInterceptor({required this.onLog});