httpPost property

Future<void> Function(String url, Object body, Map<String, String> headers) httpPost
final

Implementation

final Future<void> Function(
  String url,
  Object body,
  Map<String, String> headers,
)
httpPost;