diff --git a/src/@ionic-native/plugins/file-transfer/index.ts b/src/@ionic-native/plugins/file-transfer/index.ts index e23be5ddcf..9ec4c35c55 100644 --- a/src/@ionic-native/plugins/file-transfer/index.ts +++ b/src/@ionic-native/plugins/file-transfer/index.ts @@ -105,11 +105,7 @@ export interface FileTransferError { * * @description * This plugin allows you to upload and download files. - * - * @deprecated - * This plugin has been deprecated in favor of XHR2 - * https://cordova.apache.org/blog/2017/10/18/from-filetransfer-to-xhr2.html - * + * * @usage * ```typescript * import { FileTransfer, FileUploadOptions, FileTransferObject } from '@ionic-native/file-transfer/ngx';