extractV1Req method

  1. @override
Future<String> extractV1Req({
  1. dynamic hint,
})

Implementation

@override
Future<String> extractV1Req({hint}) {
  try {
    return super.extractV1Req();
  } on error.PayjoinError catch (e) {
    throw mapPayjoinError(e);
  }
}