createFooter method
Creates a footer for log sections
Implementation
String createFooter({bool useColors = true}) {
return createSeparator(useColors: useColors);
}
Creates a footer for log sections
String createFooter({bool useColors = true}) {
return createSeparator(useColors: useColors);
}