patch abstract method
Future<CustomApiResponse>
patch(
- String endpoint,
- dynamic data, {
- bool includeToken = true,
- bool isMultipart = false,
- RequestOptions? options,
Sends a PATCH request to endpoint with data.
Implementation
Future<CustomApiResponse> patch(
String endpoint,
dynamic data, {
bool includeToken = true,
bool isMultipart = false,
RequestOptions? options,
});