getCaptureSourceRect abstract method
Gets the rectangle of the screen capture source.
Available since: 3.6.0
Description: Gets the rectangle of the screen capture source.
Restrictions: Called after starting startScreenCapture
acquisition, only support in Windows/macOS.
- Returns Rect information about the capture resource.
Implementation
Future<Rect> getCaptureSourceRect();