Method SaveFileAsync
- Namespace
- PowerSync.Common.Attachments
- Assembly
- PowerSync.Common.dll
SaveFileAsync(string, Stream)
Saves a stream to a local file.
Task<long> SaveFileAsync(string filePath, Stream data)
Parameters
Returns
Remarks
The caller owns and disposes the input stream.