iosInfo method

Future<IosDeviceInfo> iosInfo()
inherited

Gets the iOS device information.

Implementation

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