tell function

void tell(
  1. Object? object
)

Implementation

void tell(Object? object) {
  TellManager._prints.add(object);
  print(object);
}