RemoteRequestBodyBuilder typedef

RemoteRequestBodyBuilder = String Function(List<String> logs)

Function type for building the request body from a list of log strings. Must be a static or top-level function to be passed to the worker isolate.

Implementation

typedef RemoteRequestBodyBuilder = String Function(List<String> logs);