printError function
Implementation
void printError(Object? error) {
/// Print Error with format
print("${colorText("red")}[ERROR]: $error${colorText()}");
}
void printError(Object? error) {
/// Print Error with format
print("${colorText("red")}[ERROR]: $error${colorText()}");
}