showSecurityView method
Displays the document security settings view, allowing users to configure document security options.
Example:
await controller.showSecurityView();
Implementation
Future<void> showSecurityView() async {
await _channel.invokeMethod('show_security_view');
}