payWithEasebuzz method

Future<Map<String, dynamic>?> payWithEasebuzz(
  1. String accessKey,
  2. String payMode
)

Implementation

Future<Map<String, dynamic>?> payWithEasebuzz(String accessKey, String payMode) {
  throw UnimplementedError('payWithEasebuzz() has not been implemented.');
}