cancelAllNotify property

String cancelAllNotify

取消所有提醒

Implementation

String get cancelAllNotify {
  return Intl.message(
    '取消所有提醒',
    name: 'cancelAllNotify',
    desc: '',
    args: [],
  );
}