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