hide static method

void hide(
  1. Object? object
)

hide will use color black

Implementation

static void hide(Object? object) => printBlack(object);