(bundleNamed: string)
| 206 | }, |
| 207 | |
| 208 | pathForBundle(bundleNamed: string): Promise<string> { |
| 209 | return RNFSManager.pathForBundle(bundleNamed); |
| 210 | }, |
| 211 | |
| 212 | pathForGroup(groupName: string): Promise<string> { |
| 213 | return RNFSManager.pathForGroup(groupName); |
nothing calls this directly
no test coverage detected