createPage_Pre method

Future<Page> createPage_Pre(
  1. ServiceCall call,
  2. Future<CreatePageRequest> request
)

Implementation

$async.Future<$0.Page> createPage_Pre($grpc.ServiceCall call,
    $async.Future<$0.CreatePageRequest> request) async {
  return createPage(call, await request);
}