KeyStore.fromSeed constructor

KeyStore.fromSeed(
  1. String seed
)

Implementation

KeyStore.fromSeed(String seed) {
  setSeed(seed);
}