enableScannersDetection method

Future<bool> enableScannersDetection(
  1. bool enable
)

Enable/disable scanner detection

enable true to enable scanner detection, false to disable

Implementation

Future<bool> enableScannersDetection(bool enable) {
  throw UnimplementedError(
    'enableScannersDetection() has not been implemented.',
  );
}