Reports whether the requested Android system feature is available on the device.
const hasCamera = await hasSystemFeature('android.hardware.camera.any'); Copy
const hasCamera = await hasSystemFeature('android.hardware.camera.any');
Reports whether the requested Android system feature is available on the device.