patch<T> abstract method

Future<T> patch<T>({
  1. dynamic body,
})

Implementation

Future<T> patch<T>({dynamic body});