sucess static method

void sucess(
  1. Object? object
)

success will use color green

Implementation

static void sucess(Object? object) => printGreen(object);