getPage_Pre method

Future<Page> getPage_Pre(
  1. ServiceCall call,
  2. Future<GetPageRequest> request
)

Implementation

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