method KeyValueService.setKey
KeyValueService.setKey(
key: string,
value: string,
): void

Set a value for a specified key in the keystore.

Parameters

key: string
value: string

Return Type

void

Usage

import type KeyValueService from ".";