chore(file-transfer): undeprecate (#3542)

This commit is contained in:
MaximBelov
2020-10-16 20:15:34 +03:00
committed by GitHub
parent b5f7f952df
commit a37ea81488
@@ -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';