update method

Implementation

Future<VersionLocalization> update(VersionLocalizationAttributes attributes) async {
  return client.patchModel(type: 'appStoreVersionLocalizations', id: id, attributes: attributes);
}