verifyFileHash method

Future<List<FileHashModel?>> verifyFileHash(
  1. String oldHashFilePath,
  2. String newHashFilePath
)

Implementation

Future<List<FileHashModel?>> verifyFileHash(
  String oldHashFilePath,
  String newHashFilePath,
) {
  throw UnimplementedError("verifyFileHash() has not been implemented.");
}