header method
Implementation
MatchedClosure header([String? tag]) {
printRaw("🤖 Processing ${(tag ?? '')}\n");
return <T>(result) {
footer(tag);
return result;
};
}
MatchedClosure header([String? tag]) {
printRaw("🤖 Processing ${(tag ?? '')}\n");
return <T>(result) {
footer(tag);
return result;
};
}