DebugInterceptor constructor
DebugInterceptor({
- required LuckyDebugCallback onDebug,
Creates a DebugInterceptor with the required onDebug callback.
Implementation
DebugInterceptor({required this.onDebug});