ShareReporter constructor
const
ShareReporter({
- String subjectPrefix = 'Bug Report',
- String textBuilder(
- ReportEvent event
- String fileNameBuilder(
- ReportEvent event
Creates a share reporter with optional customization hooks for text and filenames.
Implementation
const ShareReporter({
this.subjectPrefix = 'Bug Report',
this.textBuilder,
this.fileNameBuilder,
});