ExportCallback typedef

ExportCallback = dynamic Function(String, String?)

Implementation

typedef ExportCallback = Function(String, String?);