newSeedPhrase static method

String newSeedPhrase()

Implementation

static String newSeedPhrase() {
  return bip39.generateMnemonic();
}