startPayment method

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

Implementation

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