onWillLoadChildModule method

  1. @protected
Future<Null> onWillLoadChildModule(
  1. LifecycleModule module
)

Custom logic to be executed when a child module is to be loaded.

Implementation

@protected
Future<Null> onWillLoadChildModule(LifecycleModule module) async {}