We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33ff958 commit d186054Copy full SHA for d186054
src/file/file.android.ts
@@ -1,3 +1,5 @@
1
+declare var com;
2
+
3
export class FileManager {
4
5
public static writeFile(bytes: any, path: string, callback: (...args) => void) {
0 commit comments