logSeperator static method

void logSeperator({
  1. bool singleLine = false,
})

Implementation

static void logSeperator({bool singleLine = false}) =>
    log(singleLine ? _seperatorSingleLine : _seperator);