Returns a seed from the provided mnemonic that can be used to generate a new wallet.
static Uint8List mnemonicToSeed(List<String> mnemonic) { return bip39.mnemonicToSeed(mnemonic.join(_separator)); }