diff --git a/cherrypick/lib/src/binding.dart b/cherrypick/lib/src/binding.dart index fd369d9..1933a65 100644 --- a/cherrypick/lib/src/binding.dart +++ b/cherrypick/lib/src/binding.dart @@ -191,6 +191,7 @@ class Binding { /// } /// ``` /// This restriction only applies to [toInstance] bindings. + // ignore: deprecated_member_use_from_same_package /// With [toProvide]/[toProvideAsync] you may freely use `scope.resolve()` in the builder or provider function. Binding toInstance(Instance value) { _resolver = InstanceResolver(value);