unBindImplIntoRoute method
Implementation
unBindImplIntoRoute(LifecycleMixin lifecycleImpl) {
_map.removeWhere((key, value) => value == lifecycleImpl);
}
unBindImplIntoRoute(LifecycleMixin lifecycleImpl) {
_map.removeWhere((key, value) => value == lifecycleImpl);
}