iosInfo property

Information derived from UIDevice.

See: https://developer.apple.com/documentation/uikit/uidevice

Implementation

Future<IosDeviceInfo> get iosInfo async =>
    _cachedIosDeviceInfo ??= await _platform.iosInfo();