mountConflicts abstract method

Future<DriveChanges> mountConflicts(
  1. String mountId, {
  2. bool includeDiffs = false,
})

Lists the files that differ between local and node for mountId.

Implementation

Future<DriveChanges> mountConflicts(
  String mountId, {
  bool includeDiffs = false,
});