s static method

void s(
  1. Object? object
)

success will use color green

Implementation

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