Onfido class

This is the main class for Onfido SDK

Constructors

Onfido({required String sdkToken, String? iosLocalizationFileName, IOSAppearance? iosAppearance, EnterpriseFeatures? enterpriseFeatures, bool? disableNFC, OnfidoMediaCallback? mediaCallback, OnfidoTheme? onfidoTheme})
Initialize Onfido with the given arguments.

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 FlowSteps flowSteps}) Future<List<OnfidoResult>>
Start Onfido SDK using FlowSteps.
startWorkflow(String workflowRunId) Future<void>
Start Onfido SDK using Workflow.
toString() String
A string representation of this object.
inherited

Operators

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