RequestHandler class

Available extensions

Constructors

RequestHandler.new(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

get(String $uri, {Map<String, dynamic>? queryParameters}) Future

Available on RequestHandler, provided by the RequestHandlerExtension extension

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