changelogDescription method

  1. @override
String changelogDescription(
  1. String appName
)
override

No description provided for @changelogDescription.

In en, this message translates to: 'New updates and improvements to {appName}.'

Implementation

@override
String changelogDescription(String appName) {
  return '$appName의 새로운 업데이트 및 개선 사항';
}