debugLogStop method
⚫ Logs a stop message to the console.
Implementation
void debugLogStop([
dynamic message,
Symbol? group,
]) {
util_debug_log.debugLogStop(
message ?? '???',
group ?? this.group,
this,
);
}
⚫ Logs a stop message to the console.
void debugLogStop([
dynamic message,
Symbol? group,
]) {
util_debug_log.debugLogStop(
message ?? '???',
group ?? this.group,
this,
);
}