disableScreenCapture method

Future<void> disableScreenCapture(
  1. bool disableScreenCapture
)

Implementation

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