iosInfo property
Information derived from UIDevice
.
See: https://developer.apple.com/documentation/uikit/uidevice
Implementation
Future<IosDeviceInfo> get iosInfo async =>
_cachedIosDeviceInfo ??= IosDeviceInfo._fromMap(
await channel.invokeMapMethod<String, dynamic>('getIosDeviceInfo'));