static void e({String tag = "", String? msg, Exception? error}) { if (debugError) { print("$tag $msg ${error?.toString()}"); } }