In the bloc_provider.dart file there is an error at: BlocProvider<T> provider = context.ancestorWidgetOfExactType(type); How to solve this?
In the bloc_provider.dart file there is an error at:
BlocProvider provider = context.ancestorWidgetOfExactType(type);
How to solve this?