cancelNotifySuccess property

String cancelNotifySuccess

取消通知成功

Implementation

String get cancelNotifySuccess {
  return Intl.message(
    '取消通知成功',
    name: 'cancelNotifySuccess',
    desc: '',
    args: [],
  );
}