iosInfo method

Future<IosDeviceInfo> iosInfo()

Gets the iOS device information.

Implementation

Future<IosDeviceInfo> iosInfo() {
  throw UnimplementedError('iosInfo() has not been implemented.');
}