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