CapacitorAdapter.update method
CapacitorAdapter › update
Unofficial
Update the internal file listing for the given path.Signature:
update(normalizedPath: string): Promise<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| normalizedPath | string | The path to update. |
Returns: Promise<void> — A promise that resolves when the file listing is updated.