fileDownloads property
Web specific
Whether to capture file download events ([Amplitude] File Downloaded).
Defaults to false. This is DOM-based capture and carries the Flutter web
semantics requirement described on elementInteractions; downloads are only
detected for real <a download> anchors, which Flutter web apps rarely
render.
Implementation
final bool fileDownloads;