httpPut property

Future<({Map<String, dynamic>? data, int statusCode})> Function(String url, Object body, Map<String, String> headers) httpPut
final

HTTP PUT.

Implementation

final Future<({int statusCode, Map<String, dynamic>? data})> Function(
  String url,
  Object body,
  Map<String, String> headers,
)
httpPut;