setWaveCorrectionAsync method

Future<void> setWaveCorrectionAsync(
  1. bool value
)

Implementation

Future<void> setWaveCorrectionAsync(bool value) async => cvRunAsync0(
      (callback) => cstitching.Stitcher_SetWaveCorrection_Async(ref, value, callback),
      (c) => c.complete(),
    );