import 'package:http/http.dart' as http; static ocr(File image) async { var url = '${API_URL}ocr' ... How to upload image file using restAPI in flutter/dart
確定! 回上一頁