enableScreenSecurity method
Enables best-effort screenshot and screen-recording protection.
Implementation
Future<void> enableScreenSecurity() {
throw UnimplementedError(
'enableScreenSecurity() has not been implemented.');
}
Enables best-effort screenshot and screen-recording protection.
Future<void> enableScreenSecurity() {
throw UnimplementedError(
'enableScreenSecurity() has not been implemented.');
}