Riskified class

Riskified Plugin

Constructors

Riskified()

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

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

Static Properties

riskifiedDeviceId Future<String>
Get the unique Riskified Identifier.
read-only

Static Methods

logRequest(String url) Future<void>
Manually log a request to a specific URL.
logSensitiveDeviceInfo() Future<void>
Manually log sensitive Personally Identifiable Information (social account data).
startBeacon(String shopName, String token, {bool debugInfo: false}) Future<void>
Entry point, should be called in main() method.
updateSessionToken(String token) Future<void>
Updates that the user has begun a new browsing session.