callPost method
Deprecated methods kept for backward compatibility
Implementation
@Deprecated('Use post() instead')
Future<Response> callPost(String url, {data}) => post(url, data: data);
Deprecated methods kept for backward compatibility
@Deprecated('Use post() instead')
Future<Response> callPost(String url, {data}) => post(url, data: data);