onModuleLoading method

  1. @protected
Future onModuleLoading(
  1. ModuleContext moduleContext
)

Called when the first page in the module is about to be pushed.

Implementation

@protected
Future onModuleLoading(ModuleContext moduleContext) async => verbose('onModuleLoading: $key');