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';