close method

void close(
  1. String scopeId
)

Implementation

void close(final String scopeId) {
  _sharedInstanceMap.remove(scopeId);
}