NativeCallFlutterApi class abstract
Native calls to Flutter
- Implementers
Constructors
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.
-
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)
-
n2fFinishBiometricAuthentication(
) → void - Called when biometric authentication finishes.
-
n2fHandleRegisteredUrl(
String url) → void - Called to handle registration URL
-
n2fNextPinAuthenticationAttempt(
OWAuthenticationAttempt authenticationAttempt) → void - Called to attempt next pin authentication.
-
n2fOpenAuthOtp(
String? message) → void - Called to open OTP authentication.
-
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
-
n2fStartBiometricAuthentication(
) → void - Called when new biometric authentication request is made.
-
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?>