bool validateSeedPhrase({ required String seedPhrase, }) { return WalletService.validateSeedPhrase(seedPhrase: seedPhrase); }