© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Ovidiu Usvat
You should update the way you set up the global observer. Now runZoned is obsolate. Instead you should use Bloc.observer = MyGlobalObserver()
runZoned
Bloc.observer = MyGlobalObserver()