emptyAsync static method

Future<ArucoDetector> emptyAsync()

Implementation

static Future<ArucoDetector> emptyAsync() async => cvRunAsync<ArucoDetector>(
      ccontrib.ArucoDetector_New_Async,
      (c, p) => c.complete(ArucoDetector.fromPointer(p.cast<ccontrib.ArucoDetector>())),
    );