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