grabAsync method

Future<void> grabAsync()

Implementation

Future<void> grabAsync() =>
    cvRunAsync0((callback) => cvideoio.cv_VideoCapture_grab(ref, callback), (c) => c.complete());