onModuleUnloading method

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

Called when the last page in the module is closed.

Implementation

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