setContentProtection method

Future<void> setContentProtection(
  1. DwmDisplayAffinity value
)

Implementation

Future<void> setContentProtection(DwmDisplayAffinity value) async {
  throw UnimplementedError('setContentProtection() has not been implemented.');
}