crashReportDescription property

String crashReportDescription

崩潰分析:當 App 因為意外崩潰,幫助我們可以追蹤相關的問題並修正

Implementation

String get crashReportDescription {
  return Intl.message(
    '崩潰分析:當 App 因為意外崩潰,幫助我們可以追蹤相關的問題並修正',
    name: 'crashReportDescription',
    desc: '',
    args: [],
  );
}