SmileFlutter class

Constructors

SmileFlutter()

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
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

platformVersion Future<String?>
no setter

Static Methods

captureIDCard(String tag, [Map<String, dynamic>? config, dynamic autoHandlePermissions = true]) Future<Map?>
captureSelfie(String tag, [Map<String, dynamic>? config, dynamic autoHandlePermissions = true]) Future<Map?>
captureSelfieAndIDCard(String tag, [Map<String, dynamic>? config, dynamic autoHandlePermissions = true]) Future<Map?>
clearTag(String tag) Future<Map?>
getCurrentTags() Future<Map?>
getImagesForTag(String tag) Future<Map?>
showBVNConsent(String tag, String appBundleId, String partnerName, String privacyPolicyUrl, bool isProduction) Future<Map?>
showConsent(String tag, String appBundleId, String partnerName, String privacyPolicyUrl) Future<Map?>
submitJob(String tag, int jobType, bool isProduction, String callBackUrl, Map<String, String>? partnerParams, Map<String, String>? idInfo, Map<String, String>? geoInfo, {int? jobStatusPollingTimeoutMillis = 120000}) Future<Map?>