OnVideoCallback typedef
OnVideoCallback =
dynamic Function(CaptureRequest request)
Callback to get the CaptureRequest after the video has been taken
Implementation
typedef OnVideoCallback = Function(CaptureRequest request);