removeProjectMember_Pre method
Future<RemoveProjectMemberResponse>
removeProjectMember_Pre(
- ServiceCall $call,
- Future<
RemoveProjectMemberRequest> $request
Implementation
$async.Future<$0.RemoveProjectMemberResponse> removeProjectMember_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.RemoveProjectMemberRequest> $request) async {
return removeProjectMember($call, await $request);
}