Synchronous variant of hasSystemFeature.
const hasCamera = hasSystemFeatureSync('android.hardware.camera.any'); Copy
const hasCamera = hasSystemFeatureSync('android.hardware.camera.any');
Synchronous variant of hasSystemFeature.