BushaPaySuccess.fromCallback constructor
BushaPaySuccess.fromCallback({
- required String paymentId,
Creates a success result from a callback deep link (Path B — limited data).
Implementation
factory BushaPaySuccess.fromCallback({required String paymentId}) =>
BushaPaySuccess(paymentId: paymentId, status: 'completed');