KCHttpRequester class

Constructors

KCHttpRequester()

Properties

dio ↔ Dio
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

get({required String? environment, required String endpoint, String? token, Map<String, dynamic>? queryParam, String? contentType, Map<String, dynamic>? headers}) Future<Response>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch({required String? environment, required String endpoint, required dynamic body, String? token, Map<String, dynamic>? queryParam, String? contentType, Map<String, dynamic>? headers}) Future<Response>
post({required String? environment, required String endpoint, required dynamic body, String? token, Map<String, dynamic>? queryParam, String? contentType, Map<String, dynamic>? headers}) Future<Response>
toString() String
A string representation of this object.
inherited

Operators

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