onExport property
Called with the generated text export result.
The core package intentionally does not save files directly, so apps can route the result to download/share/file-picker code appropriate for the target platform.
Implementation
final FdcGridExportCompleted? onExport;