BlocEventChannelErrorDebugger constructor
const
BlocEventChannelErrorDebugger({})
printDebug
and printUnexpected
determine which type
of errors will be logged.
Specify printFunction
if you want to log it yourself
rather than just print it to console.
Implementation
const BlocEventChannelErrorDebugger({
required this.child,
super.key,
this.printDebug = false,
this.printUnexpected = true,
this.printFunction,
});