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
In your news and login_bloc course. You created dispose() method inside the bloc.dart file where you disposing the Subjects. But that method is never called. That can be a memory leak. Can you tell me where can I call the dispose method in the screen class?
The text was updated successfully, but these errors were encountered:
Hi Stephen,
In your news and login_bloc course. You created dispose() method inside the bloc.dart file where you disposing the Subjects. But that method is never called. That can be a memory leak. Can you tell me where can I call the dispose method in the screen class?
The text was updated successfully, but these errors were encountered: