// html_stub.dart class HtmlHelper { static void saveLoginData(Map data) { // No-op for non-web platforms } }