diff --git a/pkg/image_proxy/lib/image_proxy_service.dart b/pkg/image_proxy/lib/image_proxy_service.dart index 4f1c8a92e..f248065a3 100644 --- a/pkg/image_proxy/lib/image_proxy_service.dart +++ b/pkg/image_proxy/lib/image_proxy_service.dart @@ -56,7 +56,7 @@ Future updateAllowedKeys() async { assert(allowedKeys.length == 3); } -late auth.AuthClient? _apiClient; +auth.AuthClient? _apiClient; /// The client used for communicating with the google apis. Future authClient() async {