getAllGateway_Pre method

Future<GatewayInfoList> getAllGateway_Pre(
  1. ServiceCall call,
  2. Future<Empty> request
)

Implementation

$async.Future<$5.GatewayInfoList> getAllGateway_Pre($grpc.ServiceCall call, $async.Future<$0.Empty> request) async {
  return getAllGateway(call, await request);
}