getAllGateway method

ResponseFuture<GatewayInfoList> getAllGateway(
  1. Empty request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$3.GatewayInfoList> getAllGateway($0.Empty request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getAllGateway, request, options: options);
}