enableScreenSecurity method

Future<void> enableScreenSecurity()

Enables best-effort screenshot and screen-recording protection.

Implementation

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