startJourney method

void startJourney(
  1. String journeyDefinitionId,
  2. String referenceNo,
  3. String locale,
  4. IDWiseSDKJourneyCallbacks journeyCallbacks,
)

Implementation

void startJourney(String journeyDefinitionId, String referenceNo,
    String locale, IDWiseSDKJourneyCallbacks journeyCallbacks) {
  throw UnimplementedError('startJourney() has not been implemented.');
}