startGroup method

void startGroup(
  1. String name
)

All logs written after you call this function will be grouped together, until you call endGroup.

Implementation

void startGroup(String name) => _echo('group', name);