HttpServiceRequester class

Mixed-in types

Constructors

HttpServiceRequester()

Properties

baseUrl String
finalinherited
dio ↔ Dio
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, String>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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