updateIosContent property

String updateIosContent

%s 在 Apple store 有新版本喲!

Implementation

String get updateIosContent {
  return Intl.message(
    '%s 在 Apple store 有新版本喲!',
    name: 'updateIosContent',
    desc: '',
    args: [],
  );
}