FpjsProPlugin class

A plugin that accesses native FingerprintJS Pro libraries to get a device identifier

Constructors

FpjsProPlugin()

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 Methods

getVisitorData<T extends FingerprintJSProResponse>({Map<String, dynamic>? tags, String? linkedId}) Future<T>
Returns the visitor data generated by the native Fingerprint Pro client Support tags Support linkedId Throws a FingerprintProError if identification request fails for any reason
getVisitorId({Map<String, dynamic>? tags, String? linkedId}) Future<String?>
Returns the visitorId generated by the native Fingerprint Pro client Support tags Support linkedId Throws a FingerprintProError if identification request fails for any reason
initFpjs(String apiKey, {String? endpoint, String? scriptUrlPattern, Region? region, bool extendedResponseFormat = false}) Future<void>
Initializes the native FingerprintJS Pro client Throws a PlatformException if apiKey is missing

Constants

channelName → const String