captureTransaction method

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

Implementation

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