call method
Implementation
Future<Either<Failure, WalletEntity>> call(int words) async =>
await walletRepository.createWallet(words);
Future<Either<Failure, WalletEntity>> call(int words) async =>
await walletRepository.createWallet(words);