From 717f615c226cbf3c29a320b9c7b9987b28db8ca9 Mon Sep 17 00:00:00 2001 From: Mayank Patke Date: Tue, 30 Sep 2025 16:40:06 -0700 Subject: [PATCH] Remove references to dart:js_util --- .../google_sign_in/example/lib/src/web_wrapper.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/google_sign_in/google_sign_in/example/lib/src/web_wrapper.dart b/packages/google_sign_in/google_sign_in/example/lib/src/web_wrapper.dart index 22674b46f01..6b157ae4059 100644 --- a/packages/google_sign_in/google_sign_in/example/lib/src/web_wrapper.dart +++ b/packages/google_sign_in/google_sign_in/example/lib/src/web_wrapper.dart @@ -2,4 +2,5 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -export 'web_wrapper_stub.dart' if (dart.library.js_util) 'web_wrapper_web.dart'; +export 'web_wrapper_stub.dart' + if (dart.library.js_interop) 'web_wrapper_web.dart';