NativeCallFlutterApi class abstract

Native calls to Flutter

Implementers

Constructors

NativeCallFlutterApi()

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

n2fCloseAuthOtp() → void
Called to close OTP authentication.
n2fCloseFingerprintScreen() → void
Called to close fingerprint screen.
n2fClosePinAuthentication() → void
Called to close pin authentication screen.
n2fClosePinCreation() → void
Called to close pin registration screen.
n2fEventFinishCustomRegistration(OWCustomInfo? customInfo, String providerId) → void
Called when the FinishCustomRegistration event occurs and a response should be given
n2fEventInitCustomRegistration(OWCustomInfo? customInfo, String providerId) → void
Called when the InitCustomRegistration event occurs and a response should be given (only for two-step)
n2fHandleRegisteredUrl(String url) → void
Called to handle registration URL
n2fNextFingerprintAuthenticationAttempt() → void
Called when fingerprint was received.
n2fNextPinAuthenticationAttempt(OWAuthenticationAttempt authenticationAttempt) → void
Called to attempt next pin authentication.
n2fOpenAuthOtp(String? message) → void
Called to open OTP authentication.
n2fOpenFingerprintScreen() → void
Called to open fingerprint screen.
n2fOpenPinAuthentication() → void
Called to open pin authentication screen.
n2fOpenPinCreation() → void
Called to open pin creation screen.
n2fPinNotAllowed(OWOneginiError error) → void
Called to indicate that the given pin is not allowed for pin creation
n2fShowScanningFingerprint() → void
Called to scan fingerprint.
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 Methods

setup(NativeCallFlutterApi? api, {BinaryMessenger? binaryMessenger}) → void

Constants

codec → const MessageCodec<Object?>