setCapturedHandler method
Sets a handler for screen capture status changes.
Implementation
void setCapturedHandler(Function(bool isCaptured) onCaptured) {
throw UnimplementedError('setCapturedHandler() has not been implemented.');
}
Sets a handler for screen capture status changes.
void setCapturedHandler(Function(bool isCaptured) onCaptured) {
throw UnimplementedError('setCapturedHandler() has not been implemented.');
}