onSuccess property

dynamic Function(String applicantId) onSuccess
final

A callback function to execute when the enrollment is successful.

Implementation

final Function(String applicantId) onSuccess;