import 'package:http/http.dart' as http;. // Sending a POST request. const url = 'https://some-api.com/users';. const payload = {online: false};.
確定! 回上一頁