setCapturedHandler method
Sets a handler for screen capture status changes.
Implementation
@override
void setCapturedHandler(Function(bool isCaptured) onCaptured) {
// Screen capture detection is not supported on Web.
}
Sets a handler for screen capture status changes.
@override
void setCapturedHandler(Function(bool isCaptured) onCaptured) {
// Screen capture detection is not supported on Web.
}