disableScreenshot method

Future<void> disableScreenshot()

Implementation

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