disposeModuleByTag abstract method

void disposeModuleByTag(
  1. String tag
)

Removes a BindContext based on its tags. If your tag repository is empty, the BindContext will be removed automatically.

Implementation

void disposeModuleByTag(String tag);