resumeJourney method

void resumeJourney(
  1. String journeyDefinitionId,
  2. String journeyId,
  3. String locale,
  4. IDWiseSDKJourneyCallbacks journeyCallbacks,
)

Implementation

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