put<T> abstract method

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

Implementation

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