@override Future<void> setDetectionEnabled(bool enabled) { return methodChannel.invokeMethod<void>('setDetectionEnabled', enabled); }