releaseAsync method

Future<void> releaseAsync()

Implementation

Future<void> releaseAsync() async => cvRunAsync0(
      (callback) => cvideo.VideoCapture_Release_Async(ref, callback),
      (completer) => completer.complete(),
    );