iosDeviceInfo static method

Future<IosDeviceInfo> iosDeviceInfo()

Returns a Future resolving into IosDeviceInfo.

Implementation

static Future<IosDeviceInfo> iosDeviceInfo() async {
  final plugin = DeviceInfoPlugin();

  return plugin.iosInfo;
}