EasyApiHelper class abstract

Constructors

EasyApiHelper({required String baseApiUrl, dynamic headers})

Properties

baseApiUrl String
final
client ↔ Client
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, String>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendDeleteRequest({required String route, required bool isParams, Map? body, String? params}) Future
sendGetRequest({required String route, String? params}) Future
sendPostRequest({required String route, required Map body}) Future
sendPutRequest({required String route, required Map body}) Future
toString() String
A string representation of this object.
inherited

Operators

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