RequestHandler class

Available Extensions

Constructors

RequestHandler(String baseUri, String secretId, String secretKey)

Properties

baseUri String
final
hashCode int
The hash code for this object.
no setterinherited
httpClient ↔ Dio
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretId String
final
secretKey String
final

Methods

getAccessToken() String
getAuthentication() List<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAccessToken(String accessToken) → dynamic
setHttpClient() → Dio
toString() String
A string representation of this object.
inherited

Operators

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