Searched refs:resumeAsync (Results 1 – 14 of 14) sorted by relevance
69 const resumeAsync = React.useCallback(async () => {95 resumeAsync()
1 …resumeAsync = React.useCallback(async (): Promise<boolean> => {\n const nextStream = await getS…
93 const resumeAsync = React.useCallback(async (): Promise<boolean> => { constant123 resumeAsync()
71 const downloadPauseState = await downloadResumable.resumeAsync();
215 resumeAsync(): Promise<FileSystemDownloadResult | undefined>;
421 async resumeAsync() { method in DownloadResumable
1 …lt` object, or to `undefined` when task was cancelled.\n */\n async resumeAsync(): Promise<File…
91 const result = await this.download.resumeAsync();151 await this.download.resumeAsync();
77 const { uri } = await downloadResumable.resumeAsync();95 const { uri } = await downloadResumable.resumeAsync();
78 const { uri } = await downloadResumable.resumeAsync();96 const { uri } = await downloadResumable.resumeAsync();
536 async resumeAsync(): Promise<FileSystemDownloadResult | undefined> {
78 const { uri } = await downloadResumable.resumeAsync();96 const { uri } = await downloadResumable.resumeAsync();547 ### `FileSystem.DownloadResumable.resumeAsync()`