I have imported File from ionic-native
import { File } from '@ionic-native/file';
Constructor defined for the File API
Constructor(){
private file: File
}
So in this.file.writeFile
i am accessing the File api.
link
I have imported File from ionic-native
import { File } from '@ionic-native/file';
Constructor defined for the File API
Constructor(){
private file: File
}
So in this.file.writeFile
i am accessing the File api.
link