Retrieves the number of physical cameras available on this device.
static Future<int?> getNumberOfCameras() { return CameraChannel.channel.invokeMethod<int>( 'Camera#getNumberOfCameras', ); }