method DefaultKeyValueService.prototype.setKey
DefaultKeyValueService.prototype.setKey(
key: string,
value: string,
): void

Parameters

key: string
value: string

Return Type

void

Usage

import DefaultKeyValueService from ".";