registerWithoutEffect method

Future<void> registerWithoutEffect()

Android 5+ activate a screenshot blocking without any effect (blur, image, color)

Throws a PlatformException if there were technical problems on native side

Implementation

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