startJourney method
void
startJourney()
Implementation
void startJourney(
String journeyDefinitionId,
String? referenceNo,
String? locale,
Map<String, String>? applicantDetails,
IDWiseJourneyCallbacks journeyCallbacks) {
throw UnimplementedError('startJourney() has not been implemented.');
}