post<T> abstract method

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

Implementation

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