fileExists
Checks if a file exists at the specified path.
Return
true if the file exists, false otherwise.
Parameters
filePath
The path of the file to check.
Throws
PowerSyncException
If an error occurs during the check.
CancellationException
If the operation is cancelled.