reset method
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 {}
Resets a module and prepare it for another initialization call Can be used to reset state after a user log out for instance.
Future<void> reset(T container) async {}