iosInfo property

Future<IosDevice> iosInfo

Implementation

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