RequestHandler class
- Available extensions
Constructors
- RequestHandler.new(String baseUri, String secretId, String secretKey)
Properties
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