exportTo method

String exportTo(
  1. String formatLabel
)

Formats a toolbar export menu action label.

Implementation

String exportTo(String formatLabel) =>
    (_exportTo ?? _defaultExportTo)(formatLabel);