debugMode property
final
Whether to output the debug information. Make sure to call the method after initializing the ChatClient using ChatClient.init.
true: Yes.- (Default)
false: No.
Implementation
final bool debugMode;
Whether to output the debug information. Make sure to call the method after initializing the ChatClient using ChatClient.init.
true: Yes.false: No.final bool debugMode;