get_Pre method

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

Implementation

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