sendSessionHeartbeat method

ResponseFuture<SendSessionHeartbeatResponse> sendSessionHeartbeat(
  1. SendSessionHeartbeatRequest request,
  2. {CallOptions? options}
)

Implementation

$grpc.ResponseFuture<$0.SendSessionHeartbeatResponse> sendSessionHeartbeat($0.SendSessionHeartbeatRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$sendSessionHeartbeat, request, options: options);
}