DebugInterceptor constructor

DebugInterceptor({
  1. required LuckyDebugCallback onDebug,
})

Creates a DebugInterceptor with the required onDebug callback.

Implementation

DebugInterceptor({required this.onDebug});