TableDownloadSuccessCallback typedef

TableDownloadSuccessCallback = void Function(Uint8List bytes, String fileName)

A callback function triggered after a table has been successfully retrieved from the server.

Implementation

typedef TableDownloadSuccessCallback = void Function(Uint8List bytes, String fileName);