Stores a file from the localPath at the specified targetPath.
localPath
targetPath
This is more memory-efficient than put for large files.
Future<String> putFile(String targetPath, String localPath);