call method

Future<String> call({
  1. required String hashString,
})

Implementation

Future<String> call({required String hashString}) async =>
    await transactionRepository.sendTransaction(hashString: hashString);