menu
flutter_chats_ui package
documentation
transports.dart
HttpClient
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});
flutter_chats_ui package
documentation
transports
HttpClient
post abstract method
HttpClient class