watchProvider method

T watchProvider(
  1. BuildContext context
)

Implementation

T watchProvider(BuildContext context) {
  return context.watch<T>();
}