GetReportDataCallback typedef

GetReportDataCallback = List<List<String>> Function()

A function signature for retrieving the current state of the entire report data.

Implementation

typedef GetReportDataCallback = List<List<String>> Function();