resolveFile abstract method
Resolves a single conflicted path in mountId with strategy
(accept-local / accept-origin).
Implementation
Future<FileResolveOutcome> resolveFile(
String mountId,
String path, {
required String strategy,
});