Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1301)

Unified Diff: lib/storage.dart

Issue 766663007: Prepare pubspec/CHANGELOG for version 0.1.2 (Closed) Base URL: git@github.com:dart-lang/gcloud.git@master
Patch Set: Rebased Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/service_scope.dart ('k') | pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « lib/service_scope.dart ('k') | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698