processAttachments method
Future<List<SentryAttachment> >
processAttachments(
- List<
SentryAttachment> attachments, - SentryEvent event
Implementation
Future<List<SentryAttachment>> processAttachments(
List<SentryAttachment> attachments, SentryEvent event) async {
return attachments;
}