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