post<T> abstract method
Method that represents the HTTP's POST method.
Implementation
Future<HttpResponse<T>> post<T>(
String endpoint, {
bool authenticate = false,
Object? body,
Map<String, String>? headers,
Map<String, dynamic>? queryParameters,
String? replaceBaseUrl,
String? segment,
bool? showLogs,
String? step,
});