put static method
Implementation
static Future<ResponseData> put(String endpoint,
{Map<String, dynamic>? body, Map<String, String>? headers}) =>
_request('PUT', endpoint, body: body, headers: headers);
static Future<ResponseData> put(String endpoint,
{Map<String, dynamic>? body, Map<String, String>? headers}) =>
_request('PUT', endpoint, body: body, headers: headers);