menu
network_services package
documentation
apiServices/networkService/abstract_network_service.dart
AbstractNetworkService
post abstract method
post abstract method
dark_mode
light_mode
post
abstract method
Future
<
Response?
>
post
(
dynamic
url
, {
dynamic
body
,
dynamic
headers
,
dynamic
query
,
})
Implementation
Future<Response?> post(url, {body, headers, query});
network_services package
documentation
apiServices/networkService/abstract_network_service
AbstractNetworkService
post abstract method
AbstractNetworkService class