getComponentAsync method

Future<VecI32> getComponentAsync()

Implementation

Future<VecI32> getComponentAsync() async {
  return cvRunAsync(
    (callback) => cstitching.Stitcher_Component_Async(ref, callback),
    (c, p) => c.complete(VecI32.fromPointer(p.cast<cstitching.VecI32>())),
  );
}