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
It seems setBackgroundHandler cannot be accessed from FlutterUploader()
I did copy the example code and still got this error.
The method 'setBackgroundHandler' isn't defined for the type 'FlutterUploader'.
Try correcting the name to the name of an existing method, or defining a method named 'setBackgroundHandler'.
Edit: the 3.0.0-beta.4 tag isn't set in the repo. You could use whatever the latest one is or just reference a commit directly, which is probably better since 2.x tags are pretty old anyways.
It seems setBackgroundHandler cannot be accessed from FlutterUploader()
I did copy the example code and still got this error.
The method 'setBackgroundHandler' isn't defined for the type 'FlutterUploader'.
Try correcting the name to the name of an existing method, or defining a method named 'setBackgroundHandler'.
FlutterUploader _uploader = FlutterUploader();
` @OverRide
void initState() {
super.initState();
}`
The text was updated successfully, but these errors were encountered: