Debug log
static void d(String tag, String msg) { if (!_internalLogsEnabled) return; debugPrint("[DEBUG][$tag]: $msg"); }