Now I want to make http request in flutter with Dart: import 'package:http/http.dart' as http; static ocr(File image) async { var url = '${API_URL}ocr'; ...
確定! 回上一頁