enableScreenSecurity method

Future<void> enableScreenSecurity()

Enables screen security to prevent screenshots and screen recording.

Implementation

Future<void> enableScreenSecurity() {
  throw UnimplementedError('enableScreenSecurity() has not been implemented.');
}