getWaveCorrectionAsync method

Future<bool> getWaveCorrectionAsync()

Implementation

Future<bool> getWaveCorrectionAsync() async {
  return cvRunAsync(
    (callback) => cstitching.Stitcher_GetWaveCorrection_Async(ref, callback),
    boolCompleter,
  );
}