method ConfigurationServiceProvider.prototype.clearKeyValueScope
ConfigurationServiceProvider.prototype.clearKeyValueScope(): Promise<void>

Indicate that the contained DefaultKeyValueService should have any current scope cleared.

If a scope is currently set and changes have been made to the key-value data, they will be written to the current configuration location.

Return Type

Promise<void>

Usage

import ConfigurationServiceProvider from ".";