get_Pre method

Future<ServicePoint> get_Pre(
  1. ServiceCall $call,
  2. Future<ServicePointId> $request
)

Implementation

$async.Future<$1.ServicePoint> get_Pre($grpc.ServiceCall $call,
    $async.Future<$0.ServicePointId> $request) async {
  return get($call, await $request);
}