getTransaction method

Future<Map> getTransaction(
  1. String token,
  2. String transactionId
)

Implementation

Future<Map> getTransaction(String token, String transactionId) {
  throw UnimplementedError("Get Transaction has not been implemented");
}