call method

Future<Ed25519HDKeyPair> call()

Implementation

Future<Ed25519HDKeyPair> call() async {
  return await walletRepository.createWallet();
}