getSession method
ResponseFuture<GetSessionResponse>
getSession(
- GetSessionRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.GetSessionResponse> getSession($0.GetSessionRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$getSession, request, options: options);
}