addKey method

void addKey(
  1. JsonWebKey key
)

Adds a key to this store

Implementation

void addKey(JsonWebKey key) => _keys.add(key);