import 'package:http/http.dart' as http; import 'dart:convert'; class API { //replace with your endpoint static String BASE_URL = 'https://some-url/api/'; ...
確定! 回上一頁