post<T> abstract method
Implementation
Future<HttpResponse<T>> post<T>({
required Uri apiUri,
Map<String, String>? headers,
dynamic body,
HttpResponseType? responseType,
Duration? ttl,
bool idempotent = false,
});
Future<HttpResponse<T>> post<T>({
required Uri apiUri,
Map<String, String>? headers,
dynamic body,
HttpResponseType? responseType,
Duration? ttl,
bool idempotent = false,
});