getUnsafe method

dynamic getUnsafe(
  1. Type type, {
  2. bool? watch,
})

Implementation

dynamic getUnsafe(Type type, {bool? watch}) => asProviderContext().getUnsafe(type, watch: watch);