Index: lib/storage.dart |
diff --git a/lib/storage.dart b/lib/storage.dart |
index 4b744704593e1e307abe5ad53134d5c990fbab0c..35f7a85d1c351752ec92ca195897ec904de014a3 100644 |
--- a/lib/storage.dart |
+++ b/lib/storage.dart |
@@ -72,6 +72,7 @@ const Symbol _storageKey = #_gcloud.storage; |
/// [registerStorageService] within the current (or a parent) service scope. |
/// |
/// Accessing this getter outside of a service scope will result in an error. |
+/// See the `package:gcloud/service_scope.dart` library for more information. |
Storage get storageService => ss.lookup(_storageKey); |
/// Registers the [storage] object within the current service scope. |