stderr method

void stderr(
  1. Object? o
)

Implementation

void stderr(Object? o) => stdout(o);