cancelAllNotifySubTitle property

String cancelAllNotifySubTitle

清除包含未知的通知

Implementation

String get cancelAllNotifySubTitle {
  return Intl.message(
    '清除包含未知的通知',
    name: 'cancelAllNotifySubTitle',
    desc: '',
    args: [],
  );
}