ReclaimProofRequest class
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
-
addContext(
String address, String message) → void -
availableParams(
) → List< String> -
getAppCallbackUrl(
) → String -
getRequestUrl(
) → Future< String> -
getStatusUrl(
) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setAppCallbackUrl(
String url) → void -
setParams(
Map< String, String> params) → void -
setRedirectUrl(
String url) → void -
startSession(
{required dynamic onSuccess(dynamic), required dynamic onError(Exception)}) → Future< void> -
toJsonString(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJsonString(
String jsonString) → Future< ReclaimProofRequest> -
init(
String applicationId, String appSecret, String providerId, [ProofRequestOptions? options]) → Future< ReclaimProofRequest>