ReturnHandler typedef
ReturnHandler =
void Function(Uri uri)
Callback signature used when the WebView navigates to the return deep link.
Implementations typically inspect the Uri for query parameters such as transaction status, merchant reference, or error codes.
Implementation
typedef ReturnHandler = void Function(Uri uri);