I am using beamer routing package for my flutter project. When calling Beamer.of(context).beamBack();, it causes rebuilding the previous page in the navigation stack.
For example, there are two screens, ScreenA and ScreenB. Initially navigated from ScreenA to ScreenB, then using beamBack method from ScreenB causes ScreenA rebuilds. How can i avoid rebuilding?