compare abstract method

bool compare({
  1. required String approvedPath,
  2. required String receivedPath,
  3. bool isLogError = true,
})

A method named compare for comparing two files.

Implementation

bool compare({
  required String approvedPath,
  required String receivedPath,
  bool isLogError = true,
});