n2fEventFinishCustomRegistration method
Called when the FinishCustomRegistration event occurs and a response should be given
Implementation
@override
void n2fEventFinishCustomRegistration(
OWCustomInfo? customInfo, String providerId) {
_broadcastEvent(FinishCustomRegistrationEvent(customInfo, providerId));
}