You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
final CounterBloc counterBloc = context.bloc<CounterBloc>();
Here is the code where am facing the error
and the error says
"error: The method 'bloc' isn't defined for the type 'BuildContext'."