CapacitorAdapter.onFileChange method
CapacitorAdapter › onFileChange
Unofficial
Handle a file change event for the given path.Signature:
onFileChange(normalizedPath: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| normalizedPath | string | The path that changed. |
Returns: void