draftUpdate_Pre method

Future<IdentifierResponse> draftUpdate_Pre(
  1. ServiceCall $call,
  2. Future<ProjectsServiceUpdateRequest> $request
)

Implementation

$async.Future<$1.IdentifierResponse> draftUpdate_Pre($grpc.ServiceCall $call,
    $async.Future<$0.ProjectsServiceUpdateRequest> $request) async {
  return draftUpdate($call, await $request);
}