emptyAsync static method

Future<VideoWriter> emptyAsync()

Implementation

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