emptyAsync static method

Future<VideoCapture> emptyAsync()

Implementation

static Future<VideoCapture> emptyAsync() async => cvRunAsync(
      cvideo.VideoCapture_New_Async,
      (completer, p) => completer.complete(VideoCapture.fromPointer(p.cast<cvideo.VideoCapture>())),
    );