get<T> method

T get<T>({
  1. bool? watch,
})

Implementation

T get<T>({bool? watch}) => asProviderContext().get<T>(watch: watch);