RpcLogVoidCall typedef

RpcLogVoidCall = Future<void> Function(String method, Map<String, dynamic> request)

Callback type for fire-and-forget RPC calls to the remote log service.

Implementation

typedef RpcLogVoidCall = Future<void> Function(
    String method, Map<String, dynamic> request);