createFooter method

String createFooter({
  1. bool useColors = true,
})

Creates a footer for log sections

Implementation

String createFooter({bool useColors = true}) {
  return createSeparator(useColors: useColors);
}