startTransaction method
Initiates initial transaction to get web url
Implementation
startTransaction(final String paymentURL) async {
try {
openBrowser(paymentURL);
} catch (error) {
print("error is $error");
rethrow;
}
}
Initiates initial transaction to get web url
startTransaction(final String paymentURL) async {
try {
openBrowser(paymentURL);
} catch (error) {
print("error is $error");
rethrow;
}
}