getPage_Pre method
Implementation
$async.Future<$0.Page> getPage_Pre(
$grpc.ServiceCall call, $async.Future<$0.GetPageRequest> request) async {
return getPage(call, await request);
}
$async.Future<$0.Page> getPage_Pre(
$grpc.ServiceCall call, $async.Future<$0.GetPageRequest> request) async {
return getPage(call, await request);
}