cancel abstract method

void cancel()

Cancel the current flow.

This function is only supported when targeting the web, and should be used in order to cancel out of a running flow. As all websites are different, feel free to define your own UX and call this function to cancel and remove any running flow.

Implementation

void cancel();