compareAsync method
Implementation
@override
Future<double> compareAsync(InputArray hashOne, InputArray hashTwo) async => cvRunAsync<double>(
(callback) => cffi.pHashCompare_Async(hashOne.ref, hashTwo.ref, callback),
doubleCompleter,
);