onSuccess property

dynamic Function(String) onSuccess
final

Called when the user successfully completes the document verification flow. The result is a JSON string.

Implementation

final Function(String) onSuccess;