How to use the @ionic-native/file-transfer.FileTransfer function in @ionic-native/file-transfer

To help you get started, we’ve selected a few @ionic-native/file-transfer examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github growu / drip-ionic3 / src / providers / AppProvider.ts View on Github external
export function FileTransferFactory():any {
    return (window.hasOwnProperty('cordova')) ? new FileTransfer() : new FileTransferMock();
};

@ionic-native/file-transfer

Ionic Native - Native plugins for ionic apps

MIT
Latest version published 3 years ago

Package Health Score

73 / 100
Full package analysis

Popular @ionic-native/file-transfer functions

Similar packages