| Index: lib/db.dart
|
| diff --git a/lib/db.dart b/lib/db.dart
|
| index cb3610c0d7766533afac77ba2038d43f0ea93862..7c5feb2ec1ea3a8e6b7ea67eaa04b1c0ce4f56ed 100644
|
| --- a/lib/db.dart
|
| +++ b/lib/db.dart
|
| @@ -26,6 +26,7 @@ const Symbol _dbKey = #_gcloud.db;
|
| /// [registerDbService] 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.
|
| DatastoreDB get dbService => ss.lookup(_dbKey);
|
|
|
| /// Registers the [DatastoreDB] object within the current service scope.
|
|
|