insertAsync method

Future<int> insertAsync(
  1. Point2f pt
)

Implementation

Future<int> insertAsync(Point2f pt) async =>
    cvRunAsync((callback) => cimgproc.Subdiv2D_Insert_Async(ref, pt.ref, callback), intCompleter);