removeProjectRole_Pre method
Future<RemoveProjectRoleResponse>
removeProjectRole_Pre(
- ServiceCall call,
- Future<
RemoveProjectRoleRequest> request
Implementation
$async.Future<$0.RemoveProjectRoleResponse> removeProjectRole_Pre($grpc.ServiceCall call, $async.Future<$0.RemoveProjectRoleRequest> request) async {
return removeProjectRole(call, await request);
}