getDeviceInfoIos method

Future<DeviceInfoIos> getDeviceInfoIos()

Implementation

Future<DeviceInfoIos> getDeviceInfoIos() {
  return SingPluginToolsPlatform.instance.getDeviceInfoIos();
}