draft_Pre method

Future<IdentifierResponse> draft_Pre(
  1. ServiceCall $call,
  2. Future<ProjectsServiceCreateRequest> $request
)

Implementation

$async.Future<$1.IdentifierResponse> draft_Pre($grpc.ServiceCall $call,
    $async.Future<$0.ProjectsServiceCreateRequest> $request) async {
  return draft($call, await $request);
}