getEnvironment method

ResponseFuture<Environment> getEnvironment(
  1. GetEnvironmentRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$11.Environment> getEnvironment(
    $11.GetEnvironmentRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getEnvironment, request, options: options);
}