dispose method

void dispose()

Release all the resources associated with this ProviderContainer.

Implementation

void dispose() {
  _container.dispose();
}