get_Pre method

Future<GetResponse> get_Pre(
  1. ServiceCall $call,
  2. Future<GetPointsInternal> $request
)

Implementation

$async.Future<$4.GetResponse> get_Pre($grpc.ServiceCall $call, $async.Future<$3.GetPointsInternal> $request) async {
  return get($call, await $request);
}