플러터 프로젝트 tosspayments_sdk_flutter 사용 중 궁금한 점 질문 드립니다.

재 pub.dev서 tosspayments_sdk_flutter 시 transaction success! . 서 successUrl, failUrl 아 toss 는 class Constants {
static const success = 'tosspayments://payment/success';
static const fail = 'tosspayments://payment/fail';
}
이 const 로 url. 시 redirect url정 url.
Was this page helpful?