Callback type for fire-and-forget RPC calls to the remote log service.
typedef RpcLogVoidCall = Future<void> Function( String method, Map<String, dynamic> request);