flutter_uploader
flutter_uploader copied to clipboard
Added useBackgroundUrSession key for default and background session configuration
Added a parameter useBackgroundUrSession to differentiate if we need to upload using the default session Configuration.
Background session configuration offers lower upload speeds and is mainly at the mercy of the OS. Using the default session config, we can finish the upload task much faster if needed.