getVersion_Pre method

Future<GetVersionResponse> getVersion_Pre(
  1. ServiceCall $call,
  2. Future<GetVersionRequest> $request
)

Implementation

$async.Future<$0.GetVersionResponse> getVersion_Pre($grpc.ServiceCall $call,
    $async.Future<$0.GetVersionRequest> $request) async {
  return getVersion($call, await $request);
}