architecture property
The hardware architecture of the iOS device. For modern iOS devices, this is typically Architecture.aarch64.
Implementation
final Architecture architecture = Architecture.aarch64;
The hardware architecture of the iOS device. For modern iOS devices, this is typically Architecture.aarch64.
final Architecture architecture = Architecture.aarch64;