MethodChannelIdwiseFlutter class
An implementation of IdwiseFlutterPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- IdwiseFlutterPlatform
- MethodChannelIdwiseFlutter
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- journeyCallbacks ↔ IDWiseJourneyCallbacks?
-
getter/setter pair
- methodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
- methodChannelHandler ↔ Future?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stepCallbacks ↔ IDWiseStepCallbacks?
-
getter/setter pair
Methods
-
finishDynamicJourney(
) → void -
override
-
getJourneySummary(
{required dynamic journeySummary}) → void -
override
-
getPlatformVersion(
) → Future< String?> -
override
-
initialize(
String clientKey, IDWiseTheme theme, {required dynamic onError(String error)}) → void -
override
-
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 -
override
-
resumeJourney(
String journeyDefinitionId, String journeyId, String locale, IDWiseJourneyCallbacks journeyCallbacks) → void -
override
-
skipStep(
String stepId) → void -
override
-
startDynamicJourney(
String journeyDefinitionId, String? referenceNo, String? locale, Map< String, String> ? applicantDetails, IDWiseJourneyCallbacks journeyCallbacks, IDWiseStepCallbacks stepCallbacks) → void -
override
-
startJourney(
String journeyDefinitionId, String? referenceNo, String? locale, Map< String, String> ? applicantDetails, IDWiseJourneyCallbacks journeyCallbacks) → void -
override
-
startStep(
String stepId) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
unloadSDK(
) → void -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited