resolveMount abstract method

Future<SyncOutcome> resolveMount(
  1. String mountId, {
  2. required String strategy,
})

Resolves a conflicted mount mountId with strategy (accept-local / accept-origin / reclone).

Implementation

Future<SyncOutcome> resolveMount(String mountId, {required String strategy});