Back to Flutter Boost

appDidEnterForeground method

doc/api/boost_lifecycle_binding/BoostLifecycleBinding/appDidEnterForeground.html

5.0.2396 B
Original Source

appDidEnterForeground method

voidappDidEnterForeground(

  1. BoostContainer container

)

Implementation

void appDidEnterForeground(BoostContainer container) {
  Logger.log('boost_lifecycle: BoostLifecycleBinding.appDidEnterForeground');
  PageVisibilityBinding.instance
      .dispatchPageForgroundEvent(container.topPage.route);
}