HttpServiceRequester class
- Mixed-in types
Constructors
Properties
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