onSuccessRedirect property

ValueChanged<String>? onSuccessRedirect
final

This function will be called when any of the redirectUrls is loaded in web view. It will pass the url it causes redirect.

Implementation

final ValueChanged<String>? onSuccessRedirect;