getCompositingResolAsync method

Future<double> getCompositingResolAsync()

Implementation

Future<double> getCompositingResolAsync() async {
  return cvRunAsync(
    (callback) => cstitching.Stitcher_GetCompositingResol_Async(ref, callback),
    doubleCompleter,
  );
}