diffFile abstract method

Future<FileDiff> diffFile(
  1. String mountId,
  2. String path
)

Shows how path differs between local and node for mountId.

Implementation

Future<FileDiff> diffFile(String mountId, String path);