heartbeat_Pre method

Future<PlutoResponse> heartbeat_Pre(
  1. ServiceCall call,
  2. Future<PlutoRequest> request
)

Implementation

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