heartbeat_Pre method

Future<ProjectResponse> heartbeat_Pre(
  1. ServiceCall call,
  2. Future<ProjectRequest> request
)

Implementation

$async.Future<$0.ProjectResponse> heartbeat_Pre(
    $grpc.ServiceCall call, $async.Future<$0.ProjectRequest> request) async {
  return heartbeat(call, await request);
}