setEpsYAsync method

Future<void> setEpsYAsync(
  1. double epsY
)

Implementation

Future<void> setEpsYAsync(double epsY) async {
  await cvRunAsync0<void>((callback) => cobjdetect.QRCodeDetector_setEpsY_Async(ref, epsY, callback), (c) {
    return c.complete();
  });
}