BynnIDVerification class

Main SDK entry point for verification flows

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

createVerificationFlow({required BuildContext context, required String apiKey, required String kycLevel, String? firstName, String? lastName, String? uniqueId, String? phoneNumber, String? email, bool ageVerification = false, required bool showCompletionView, required VoidCallback completion, VoidCallback? onVerificationCompleted, VoidCallback? onVerificationCancelled, dynamic onVerificationError(String)?}) Future<Widget>
Creates a verification flow widget that can be presented in your app
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
presentVerificationFlow({required BuildContext context, required String apiKey, required String kycLevel, String? firstName, String? lastName, String? uniqueId, String? phoneNumber, String? email, String? i18n, bool ageVerification = false, bool showCompletionView = true, VoidCallback? onVerificationCompleted, VoidCallback? onVerificationCancelled, dynamic onVerificationError(String)?}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

shared BynnIDVerification
final

Static Methods

wrapWithProviders(Widget widget) Widget
Wrap a widget with the package's provider container