startPayment method

Future<void> startPayment(
  1. String secretKey,
  2. String jsonRequest
)

Implementation

Future<void> startPayment(
  // String amount,
  String secretKey, String jsonRequest) {
  throw UnimplementedError('startTransaction() has not been implemented.');
}