diorequest class
Constructors
Properties
Methods
-
generateHmacSha512(
String message, String secretKey) → String -
get(
String endpoint, String publicKey) → Future -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
post(
String endpoint, Object data, String publicKey, String secretKey) → Future -
put(
String endpoint, Object data, String publicKey, String secretKey) → Future -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited