printSuccess function
Implementation
void printSuccess(Object? text) {
/// Print Success with format
print("${colorText("green")}[SUCCESS]: $text${colorText()}");
}
void printSuccess(Object? text) {
/// Print Success with format
print("${colorText("green")}[SUCCESS]: $text${colorText()}");
}