getIOSDeviceInfo function

Future<IosDeviceInfo> getIOSDeviceInfo()

Implementation

Future<IosDeviceInfo> getIOSDeviceInfo() async {
  DeviceInfoPlugin deviceInfoPlugin = DeviceInfoPlugin();

  return await deviceInfoPlugin.iosInfo;
}