ClientIO class
- Implemented types
Properties
Methods
-
addHeader(
String key, String value) → ClientIO -
call(
HttpMethod method, {String path = '', Map< String, String> headers = const {}, Map<String, dynamic> params = const {}, ResponseType? responseType}) → Future<Response> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
prepareRequest(
HttpMethod method, {required Uri uri, required Map< String, String> headers, required Map<String, dynamic> params}) → BaseRequest -
inherited
-
prepareResponse(
Response res, {ResponseType? responseType}) → Response -
inherited
-
setEndpoint(
String endPoint) → ClientIO -
setKey(
dynamic value) → ClientIO - Your Key
-
setSecret(
dynamic value) → ClientIO - Your Secret
-
setSelfSigned(
{bool status = true}) → ClientIO -
toResponse(
StreamedResponse streamedResponse) → Future< Response> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited