getAllHosts_Pre method

Future<HostInfoList> getAllHosts_Pre(
  1. ServiceCall call,
  2. Future<Empty> request
)

Implementation

$async.Future<$4.HostInfoList> getAllHosts_Pre($grpc.ServiceCall call, $async.Future<$0.Empty> request) async {
  return getAllHosts(call, await request);
}