enableScannersDetection method
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.',
);
}