UploadingConfig constructor
UploadingConfig({})
Implementation
UploadingConfig({
this.shouldUseWifiOnly = false,
this.syncInterval = defaultSyncInterval,
this.shouldTurnOffUploader = false,
this.lostConnectionAction = UPLOADING_ERROR_ACTION_ERROR_NOTIFICATION
});