printWarning function
Implementation
void printWarning(Object? text) {
/// Print Warning with format
print("${colorText("yellow")}[WARNING]: $text${colorText()}");
}
void printWarning(Object? text) {
/// Print Warning with format
print("${colorText("yellow")}[WARNING]: $text${colorText()}");
}