method KeyValueService.getKey
KeyValueService.getKey(key: string): string

Get a value for a specified key in the keystore.

Parameters

key: string

Return Type

string

Usage

import type KeyValueService from ".";