You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to upload a file in foreground service & when I am doing the request but didn't receive the response.
final videoPath = await FlutterForegroundTask.getData<String>(key: 'videoPath');
print('customDataVideo: $videoPath'); // works till here
var request = http.MultipartRequest('POST', Uri.parse(url);
print('customData 2: 2'); // no getting this log
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I need to upload a file in foreground service & when I am doing the request but didn't receive the response.
The text was updated successfully, but these errors were encountered: