getInterpolationFlagsAsync method

Future<int> getInterpolationFlagsAsync()

Implementation

Future<int> getInterpolationFlagsAsync() async {
  return cvRunAsync(
    (callback) => cstitching.Stitcher_GetInterpolationFlags_Async(ref, callback),
    intCompleter,
  );
}