reset method

Future<void> reset(
  1. T container
)

Resets a module and prepare it for another initialization call Can be used to reset state after a user log out for instance.

Implementation

Future<void> reset(T container) async {}