iosInfo property

Future<IosDeviceInfo> get iosInfo

Get the ios device info

Example: context.iosInfo

Implementation

Future<IosDeviceInfo> get iosInfo async => await DeviceInfoPlugin().iosInfo;