RequestParsing extension Null safety

on

Methods

delete({Object? body, Map<String, dynamic>? headers}) Future<Response>
Returns a Response object with the response from the server. [...]
get({Map<String, dynamic>? headers}) Future<Response>
Returns a Response object with the response from the server. [...]
patch(Object body, {Map<String, dynamic>? headers}) Future<Response>
Returns a Response object with the response from the server. [...]
post(Object body, {Map<String, dynamic>? headers}) Future<Response>
Returns a Response object with the response from the server. [...]
put(Object body, {Map<String, dynamic>? headers}) Future<Response>
Returns a Response object with the response from the server. [...]