emptyAsync static method
Implementation
static Future<VideoWriter> emptyAsync() async => cvRunAsync(
cvideo.VideoWriter_New_Async,
(c, p) => c.complete(VideoWriter.fromPointer(p.cast<cvideo.VideoWriter>())),
);
static Future<VideoWriter> emptyAsync() async => cvRunAsync(
cvideo.VideoWriter_New_Async,
(c, p) => c.complete(VideoWriter.fromPointer(p.cast<cvideo.VideoWriter>())),
);