void h5pErrorLog({required String message, String? TAG}) { if (h5pError) { debugPrint("LUMI H5P Error ${TAG != null ? "[$TAG]" : ""}: $message"); } }