- Inheritance
-
- Object
- PlatformInterface
- IdwiseFlutterPlatform
- Implementers
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
finishDynamicJourney()
→ void
-
-
getJourneySummary({required dynamic journeySummary})
→ void
-
-
getPlatformVersion()
→ Future<String?>
-
-
initialize(String clientKey, IDWiseTheme theme, {required dynamic onError(String error)})
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
resumeDynamicJourney(String journeyDefinitionId, String journeyId, String locale, IDWiseJourneyCallbacks journeyCallbacks, IDWiseStepCallbacks stepCallbacks)
→ void
-
-
resumeJourney(String journeyDefinitionId, String journeyId, String locale, IDWiseJourneyCallbacks journeyCallbacks)
→ void
-
-
skipStep(String stepId)
→ void
-
-
startDynamicJourney(String journeyDefinitionId, String? referenceNo, String? locale, Map<String, String>? applicantDetails, IDWiseJourneyCallbacks journeyCallbacks, IDWiseStepCallbacks stepCallbacks)
→ void
-
-
startJourney(String journeyDefinitionId, String? referenceNo, String? locale, Map<String, String>? applicantDetails, IDWiseJourneyCallbacks journeyCallbacks)
→ void
-
-
startStep(String stepId)
→ void
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
unloadSDK()
→ void
-