onMobileScreenCaptureStart property

(void Function()?) onMobileScreenCaptureStart
read / write

The callback triggered when start screen capture.

Available since: 3.16.0 Description: The callback triggered when calling the start mobile screen capture. Trigger: After calling startScreenCapture, this callback will be triggered when starting screen capture successfully, and onScreenCaptureExceptionOccurred will be triggered when failing. Caution: The callback does not actually take effect until call setEventHandler to set. Restrictions: Only available on Android.

Implementation

static void Function()? onMobileScreenCaptureStart;