We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e3422 commit 527752aCopy full SHA for 527752a
pkg/image_proxy/lib/image_proxy_service.dart
@@ -56,7 +56,7 @@ Future<void> updateAllowedKeys() async {
56
assert(allowedKeys.length == 3);
57
}
58
59
-late auth.AuthClient? _apiClient;
+auth.AuthClient? _apiClient;
60
61
/// The client used for communicating with the google apis.
62
Future<AuthClient> authClient() async {
0 commit comments