OnfidoPlatform class abstract

Constructors

OnfidoPlatform()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start({required String sdkToken, required FlowSteps flowSteps, String? iosLocalizationFileName, IOSAppearance? iosAppearance, EnterpriseFeatures? enterpriseFeatures, bool? disableNFC, OnfidoMediaCallback? mediaCallback, OnfidoTheme? onfidoTheme}) Future<List<OnfidoResult>>
startWorkflow({required String sdkToken, required String workflowRunId, IOSAppearance? iosAppearance, OnfidoMediaCallback? mediaCallback, String? iosLocalizationFileName, EnterpriseFeatures? enterpriseFeatures, OnfidoTheme? onfidoTheme}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance OnfidoPlatform
getter/setter pair