handleSuccess method
Implementation
void handleSuccess({
MacWebViewBrowser? macWebview,
Webview? linuxWebview,
}) {
debugPrint("success called");
sl<NavigationService>().popAll();
macWebview?.close();
linuxWebview?.close();
sl<EztoResultService>().onClose(CloseReason.transactionCompleted);
}