menu
forge_cli package
documentation
core/api/api_consumer.dart
ApiConsumer
post abstract method
post abstract method
dark_mode
light_mode
post
abstract method
Future
<
HttpResponse
>
post
(
String
path
, {
Object
?
body
,
Map
<
String
,
String
>
?
headers
,
})
Implementation
Future<HttpResponse> post( String path, { Object? body, Map<String, String>? headers, });
forge_cli package
documentation
core/api/api_consumer
ApiConsumer
post abstract method
ApiConsumer class