removeProjectGrant_Pre method
Future<RemoveProjectGrantResponse>
removeProjectGrant_Pre(
- ServiceCall $call,
- Future<
RemoveProjectGrantRequest> $request
Implementation
$async.Future<$0.RemoveProjectGrantResponse> removeProjectGrant_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.RemoveProjectGrantRequest> $request) async {
return removeProjectGrant($call, await $request);
}